the graph is incomplete, although the simulation run completely how can i solve this problem?
조회 수: 1 (최근 30일)
이전 댓글 표시
In my simpowersystem modelling i have several ploting to do, but spite the simulation reach the 100% only 1 graph can be shown completely i was finding out possibles mistakes, but i don't get it, i use by recomendation of mathworks support this command;
any(isnan(dc.Data))
For all my graphs but it let me know that i have a NaN in my string, but after check it one more time i don't know how to repair it, can anyone give me a hand with it?
댓글 수: 0
채택된 답변
Andrew Schenk
2016년 11월 28일
The MATLAB function fillmissing can be used to replace NaN values with neighboring values:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Nonlinear Operators에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!