to plot from particular frequency range ?

1 visualización (últimos 30 días)
Aniket
Aniket el 12 de Mayo de 2013
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 ?

Respuestas (1)

Youssef  Khmou
Youssef Khmou el 12 de Mayo de 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)])

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by