Why is it wrong: e3=sym('sin(x)^2+cos(x)=0')
Mostrar comentarios más antiguos
Why is it wrong: e3=sym('sin(x)^2+cos(x)=0')
Respuesta aceptada
Más respuestas (1)
KSSV
el 22 de Abr. de 2019
syms x
e3 = sin(x)^2+cos(x)==0
Categorías
Más información sobre Operations on Strings en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!