For loop syntax in example gives me errors?

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...

Answers (2)

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
per isakson on 12 Feb 2014
Edited: per isakson on 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

Asked:

on 12 Feb 2014

Edited:

on 12 Feb 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!