How can i write the frequency vector for frequency range 5-400 hz using 50 frequncy points
Mostrar comentarios más antiguos
How can i write the frequency vector for frequency range 5-400 hz using 50 frequncy points
Respuesta aceptada
Más respuestas (1)
FrequencyVector = linspace(5,400,50); %linspace(min,max,# of points)
2 comentarios
Lisa Justin
el 13 de Jul. de 2012
Ryan
el 13 de Jul. de 2012
See Wayne King's answer. These type of details should be included in the original question to provide the best answer possible.
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!