the graph is incomplete, although the simulation run completely how can i solve this problem?
8 ビュー (過去 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 で Composite Components についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!