can anybody tell me the meaning of "end-1" instruction here?thank you.
Mostra commenti meno recenti
ptot=15:1024;
sfdr=max(ptot(nper+2:end-1))
1 Commento
Image Analyst
il 15 Apr 2013
"end" means the last element in the array, so "end-1" is the next to the last element in the array.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su MATLAB 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!