How can i write the frequency vector for frequency range 5-400 hz using 50 frequncy points
Afficher commentaires plus anciens
How can i write the frequency vector for frequency range 5-400 hz using 50 frequncy points
Réponse acceptée
Plus de réponses (1)
FrequencyVector = linspace(5,400,50); %linspace(min,max,# of points)
2 commentaires
Lisa Justin
le 13 Juil 2012
Ryan
le 13 Juil 2012
See Wayne King's answer. These type of details should be included in the original question to provide the best answer possible.
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!