can anybody tell me the meaning of "end-1" instruction here?thank you.
Mostrar comentarios más antiguos
ptot=15:1024;
sfdr=max(ptot(nper+2:end-1))
1 comentario
Image Analyst
el 15 de Abr. de 2013
"end" means the last element in the array, so "end-1" is the next to the last element in the array.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!