How to get Numerical value from a Symbol?
www.mathworks.com › matlabcentral › answersJan 29, 2012 · Accepted Answer: Walter Roberson. Hi, everyone, I was working on extracting the numerical value of a symbol, however, it does't work for me. x=2*y+5*y^3+3*y^5 and I have a series values of 'x'. What I want is to get the numerical values of 'y' which contains only pure real values. When I wrote "solve ('x=2*y+5*y^3+3*y^5','y')", it gave me 5 ...