Empty sym: 0-by-1
Ältere Kommentare anzeigen
I don't understand why matlab gives as an output "Empty sym: 0-by-1" to the following equation which I want to solve. I have used this equation many times with other numbers and it has always worked since. Thank you for the help!
syms x1
eqn = (10.5145 - 0.5 + 6.96.*x1 + (6-(31*(232.87.*(x1*12).^(-0.46)))/1000).*x1/60*1000 + 31.*(232.87.*(x1*12).^(-0.46))/1000.*0/60*1000)*0.0086 - 0.1475 - x1 == 0
vpasolve(eqn, x1)
Akzeptierte Antwort
Weitere Antworten (1)
Sulaymon Eshkabilov
am 24 Mai 2021
Hi,
There is a typo in your eqn:
...1000.*0/60*1000)*0.0086
Good luck
1 Kommentar
Delia Bosshart
am 24 Mai 2021
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
