How can i write the frequency vector for frequency range 5-400 hz using 50 frequncy points
Mostra commenti meno recenti
How can i write the frequency vector for frequency range 5-400 hz using 50 frequncy points
Risposta accettata
Più risposte (1)
FrequencyVector = linspace(5,400,50); %linspace(min,max,# of points)
2 Commenti
Lisa Justin
il 13 Lug 2012
Ryan
il 13 Lug 2012
See Wayne King's answer. These type of details should be included in the original question to provide the best answer possible.
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!