Empty sym: 0-by-1
Mostra commenti meno recenti
Im very new to Matlab, than please, can anybody help/
This is the part of the code
syms x1;
solve(x.^2+4*sin(x)==0,x1)
and this is ans
ans =
Empty sym: 0-by-1
What can i fo to fix it?
(The solutions of this equation are:0 and smthng abot -1.93)
1 Commento
Max Insect
il 20 Mag 2020
Risposte (1)
DEEPAK SHARMA
il 20 Mag 2020
vpasolve(x^2+4*sin(x)==0,x, [-2 -1])
ans =
-1.9337537628270212533084756690907
1 Commento
Max Insect
il 21 Mag 2020
Categorie
Scopri di più su Operations on Strings in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!