필터 지우기
필터 지우기

to plot from particular frequency range ?

조회 수: 1 (최근 30일)
Aniket
Aniket 2013년 5월 12일
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