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 ?
0 件のコメント
回答 (1 件)
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)])
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!