to plot from particular frequency range ?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello i want to plot graph of Frequency vs Sound pressure attenuation
i want to plot it for particular frequency say from 50hz to 250 hz
so how should i specify this range in plot command ?
0 commentaires
Réponses (1)
Youssef Khmou
le 12 Mai 2013
hi Aniket, if the the frequency if is well constructed then you you can specify the range using axis :
axis([50 250 min(Pressure) max(Pressure)])
0 commentaires
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots 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!