Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

When I try to implement the example for solve, x is returned

1 visualización (últimos 30 días)
Ellie
Ellie el 11 de Abr. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
When I try to implement the example for solve in the Matlab Documentation I get solx = x, rather than solx = pi/2 like in the documentation.
syms x
eqn = sin(x) == 1;
solx = solve(eqn,x)
Also, maybe unrelated, but I do have the symbolic toolbox, but vpasolve is undefined when I try to use it. I have R2016b, is the command a new one?

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by