can anybody tell me the meaning of "end-1" instruction here?thank you.
Afficher commentaires plus anciens
ptot=15:1024;
sfdr=max(ptot(nper+2:end-1))
1 commentaire
Image Analyst
le 15 Avr 2013
"end" means the last element in the array, so "end-1" is the next to the last element in the array.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!