For loop syntax in example gives me errors?
Afficher commentaires plus anciens
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...
Réponses (2)
Azzi Abdelmalek
le 12 Fév 2014
Modifié(e) : Azzi Abdelmalek
le 12 Fév 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
per isakson
le 12 Fév 2014
Modifié(e) : per isakson
le 12 Fév 2014
0 votes
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
Catégories
En savoir plus sur Get Started with MuPAD dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!