How can i write the frequency vector for frequency range 5-400 hz using 50 frequncy points
显示 更早的评论
How can i write the frequency vector for frequency range 5-400 hz using 50 frequncy points
采纳的回答
更多回答(1 个)
FrequencyVector = linspace(5,400,50); %linspace(min,max,# of points)
2 个评论
Lisa Justin
2012-7-13
Ryan
2012-7-13
See Wayne King's answer. These type of details should be included in the original question to provide the best answer possible.
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!