Labeling and setting of Bar3 chart
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
E R SH RAJ Male
il 6 Mar 2016
Risposto: Vaibhav Awale
il 11 Mar 2016
mag = 4.75:0.5:6.75; dist = 5:10:195; bar3(dist,prob);
</matlabcentral/answers/uploaded_files/46943/matlabq.JPG> as i am plottting magnitude 4.75 to 6.75 but its showing range from 1 to 6.75?? how i can fix it
0 Commenti
Risposta accettata
Vaibhav Awale
il 11 Mar 2016
You can use XLim, YLim and ZLim properties of axes to address this issue. Refer to following documentation for more axes properties:
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!