Plotting .mat file
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Matej
le 11 Déc 2023
Réponse apportée : Sulaymon Eshkabilov
le 11 Déc 2023
Hi,
I'm new to matlab. I'm trying to create a graph from a .mat file which I recerded on my phone, but I'm unable to do so. Any help appriciated.
2 commentaires
Star Strider
le 11 Déc 2023
There is nothing to plot, although sensorlog_20231201_123144.m4a could have something if you want to share it.
Réponse acceptée
Sulaymon Eshkabilov
le 11 Déc 2023
The problem with your data is that you have not collected any measured data or saved in it.
A = load('metro.mat')
A.AudioInfo
0 commentaires
Plus de réponses (1)
Les Beckham
le 11 Déc 2023
That mat file doesn't contain anything interesting to plot.
load metro.mat
whos
AudioInfo
0 commentaires
Voir également
Catégories
En savoir plus sur Graphics Performance dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!