What does this mean?
조회 수: 2 (최근 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:
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!