Symbolic vector start name with c0 instead of c1
2 views (last 30 days)
Show older comments
I know that the following
syms c[10 1]
will create vector with symbolic functions from c1 -> c10 but is there anyway I can make it so it starts at c0 instead?
1 Comment
Walter Roberson
on 3 Dec 2021
That will create symbolic variables that are not functions. Do you need functions? Functions are more work.
Answers (1)
See Also
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!