convert expression to matrix

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)

Products

Release

R2021b

Tags

Asked:

on 23 Oct 2022

Answered:

on 23 Oct 2022

Community Treasure Hunt

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

Start Hunting!