How can i write the frequency vector for frequency range 5-400 hz using 50 frequncy points
Show older comments
How can i write the frequency vector for frequency range 5-400 hz using 50 frequncy points
Accepted Answer
More Answers (1)
FrequencyVector = linspace(5,400,50); %linspace(min,max,# of points)
2 Comments
Lisa Justin
on 13 Jul 2012
Ryan
on 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.
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!