How can I obtain the handle of a histogram plot using the HIST function?
Mostra commenti meno recenti
I need to obtain the handle of a histogram plot which is obtained by using the HIST function. The HIST function does not return the handle when the following command is executed.
h = hist;
Instead, it returns the frequency values of the histogram bins and does not plot the histogram. This behavior is unlike any other graphics function in MATLAB.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Histograms in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!