hello! i'm trying to plotting ship trajectory using plot(x,y).
It's works fine and i can showing my plot exactly like i want, but after it suddenly some error appear and also opening script makehgtform.m
NaN/Inf breakpoint hit for makehgtform.m on line 93.
93 narginchk(ai,inf);
Kedua_LoopScript.m is my main code and Pertama_Particular_coeff.m is input data.
here's what the plot i got, it's fine, but i can't save it because the error.
please anyone can help??

 채택된 답변

Walter Roberson
Walter Roberson 2023년 2월 11일
previously you enabled
dbstop if naninf
and you did not disable that or quit matlab. It is still in effect. The code for makehgtform happens to use inf so that is triggering the breakpoint.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

제품

릴리스

R2019a

질문:

2023년 2월 11일

댓글:

2023년 2월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by