How to plot the .mat file
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Azzi Abdelmalek
il 17 Mag 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 Commenti
Vedere anche
Categorie
Scopri di più su Audio and Video Data in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!