How to plot the .mat file
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hi,
I want to know how to plot the .mat file and also compare the .mat files
Generaly .mat file having the signal with time varient.
Thanks in advance,
0 Kommentare
Antworten (1)
Azzi Abdelmalek
am 17 Mai 2013
You can not plot a mat file, what you can do is: load the variables saved in your mat file, then do whatever you want with those vriables
load filename
0 Kommentare
Siehe auch
Kategorien
Mehr zu Audio and Video Data finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!