can anybody tell me the meaning of "end-1" instruction here?thank you.
이전 댓글 표시
ptot=15:1024;
sfdr=max(ptot(nper+2:end-1))
댓글 수: 1
Image Analyst
2013년 4월 15일
"end" means the last element in the array, so "end-1" is the next to the last element in the array.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!