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 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    

0 Kommentare
Antworten (1)
  Reshma Nerella
    
 am 11 Jun. 2021
        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 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!