to plot from particular frequency range ?

1 次查看(过去 30 天)
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 ?

回答(1 个)

Youssef  Khmou
Youssef Khmou 2013-5-12
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)])

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by