mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fix typo - misspelt 'receive'
This commit is contained in:
parent
4ddcd660f8
commit
c3fcedf70f
@ -68,7 +68,7 @@ load('myFile.mat', 'y')
|
||||
% Command syntax:
|
||||
load myFile.mat y % no parentheses, and spaces instead of commas
|
||||
% Note the lack of quote marks in command form: inputs are always passed as
|
||||
% literal text - cannot pass variable values. Also, can't reveive output:
|
||||
% literal text - cannot pass variable values. Also, can't receive output:
|
||||
[V,D] = eig(A) % this has no equivalent in command form
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user