convert expression to matrix
Show older comments
I am trying to convert an expression defined this way into a matrix
syms x
y = 3*x+2+x^5;
I would the matrix to take values from 0 with a step of 0.001 to 10
thank you
Accepted Answer
More Answers (0)
Categories
Find more on Numbers and Precision 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!