How do I fix the following code?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Anuradha Bhattacharya
le 13 Fév 2015
Commenté : Anuradha Bhattacharya
le 13 Fév 2015
>> filename = load('proctrial_1.lvm'); >> timedata = filename(:,1); >> xvoltage = filename(:,2); >> plot(timedata,xvoltage) >> histplot = histogram(timedata, xvoltage); which gives an error, Undefined function 'histogram' for input arguments of type 'double'.
0 commentaires
Réponse acceptée
Michael Haderlein
le 13 Fév 2015
The function's name is "hist" for plotting and "histc" for only getting the values.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Histograms 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!