What does this mean?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
jpmontoya
el 25 de En. de 2020
Editada: KALYAN ACHARJYA
el 25 de En. de 2020
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 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 25 de En. de 2020
Editada: KALYAN ACHARJYA
el 25 de En. de 2020
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!