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!