I am using appdesigner f=for my college project PM WAVE but when I am trying to plot the wavefrom from simulink i am getting error data must be numeric....
1 ビュー (過去 30 日間)
表示 古いコメント
回答 (1 件)
Reshma Nerella
2021 年 6 月 11 日
Hi,
Please check the datatype of values in simout.Modulating_signal. Plot function can only take numeric values, datetime, duration as input arguments. Convert the values in simout.Modulating_signal to any of the supported types inorder to use 'plot' function.
Hope this helps!
0 件のコメント
参考
カテゴリ
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!