What does this mean?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi everybody.
I just used fsolve to get the roots (x,y) of a system of equations. In the command window i got this:
![Matlab window.jpg](https://www.mathworks.com/matlabcentral/answers/uploaded_files/268187/Matlab%20window.jpeg)
What does it mean? What are the values of x and y?
Thanks in advance.
0 件のコメント
採用された回答
KALYAN ACHARJYA
2020 年 1 月 25 日
編集済み: KALYAN ACHARJYA
2020 年 1 月 25 日
1.0e+04 means 1.0 x10 to the power +4
>> 1.0e+04
ans =
10000
>>
This number is multiply with lower both number in your example
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!