For loop syntax in example gives me errors?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Very new to matlab, have done c-programming before
Why does a for loop work for me when i use a matrix syntax
if i=1:10
i
end
1 2 3...
but when I use the syntax in the examples here: http://www.mathworks.com/help/symbolic/mupad_ref/for.html
i.e. for i from 1 to 20 do ...
I get an error message and in the editor it says 'from' is a parse statement Why can't I paste the exact examples on the matlab page and have it work? Are those examples just conceptual or am I not understanding how matlab works its very frustrating because its something so simple...
0 Kommentare
Antworten (2)
Azzi Abdelmalek
am 12 Feb. 2014
Bearbeitet: Azzi Abdelmalek
am 12 Feb. 2014
This example uses Mupad, in Matlab windows command lunch Mupad by
mupad
You can read in the link you posted
Use only in the MuPAD Notebook Interface. This functionality does not run in MATLAB
0 Kommentare
per isakson
am 12 Feb. 2014
Bearbeitet: per isakson
am 12 Feb. 2014
The link is to the help of the symbolic toolbox, which I know little about. However, its syntax of for-loops differ from that in plain Matlab. See http://www.mathworks.se/help/matlab/ref/for.html
0 Kommentare
Siehe auch
Kategorien
Mehr zu Get Started with MuPAD finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!