How can i write the frequency vector for frequency range 5-400 hz using 50 frequncy points
Ältere Kommentare anzeigen
How can i write the frequency vector for frequency range 5-400 hz using 50 frequncy points
Akzeptierte Antwort
Weitere Antworten (1)
FrequencyVector = linspace(5,400,50); %linspace(min,max,# of points)
2 Kommentare
Lisa Justin
am 13 Jul. 2012
Ryan
am 13 Jul. 2012
See Wayne King's answer. These type of details should be included in the original question to provide the best answer possible.
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!