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....
조회 수: 2 (최근 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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!