Why is it wrong: e3=sym('sin(x)^2+cos(x)=0')
Ältere Kommentare anzeigen
Why is it wrong: e3=sym('sin(x)^2+cos(x)=0')
Akzeptierte Antwort
Weitere Antworten (1)
KSSV
am 22 Apr. 2019
syms x
e3 = sin(x)^2+cos(x)==0
Kategorien
Mehr zu Operations on Strings finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!