mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +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:
|
% Command syntax:
|
||||||
load myFile.mat y % no parentheses, and spaces instead of commas
|
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
|
% 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
|
[V,D] = eig(A) % this has no equivalent in command form
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user