Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

help me to Showing the Cloud !

1 visualización (últimos 30 días)
moumene hafidh
moumene hafidh el 5 de Feb. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Capture1122.PNG

Respuestas (1)

Guillaume
Guillaume el 5 de Feb. de 2020
I have no idea what your question is, but you need to completely rethink the way you write your formula. There's no way you can debug such a long expression without losing your sanity!
More importantly, note that it's completely pointless to write numbers such 24678615572571482867467662723121 in code. The majority of integers greater than flintmax (9007199254740992 ~= 9e15) cannot be stored accurately. Your numbers are so many orders of magnitude greater than flintmax that the error is going to be huge. For example, your 24678615572571482867467662723121 is actually stored as 24678615572571481877506487746560, an error of 989961174976561.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by