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!