vpasolve() gives wrong solution - MathWorks
www.mathworks.com › matlabcentral › answersSep 13, 2020 · Accepted Answer: Walter Roberson. I am trying to find the time at which my equation equals a value, but whenever I use vpasolve I am given a completely wrong answer of a negative time value. When I also add t>0 it gives no answer even though the function does equal that value at some positive t value. syms s t. y (s) = 36/ (s* (s^2+2*s+36));