can anybody tell me the meaning of "end-1" instruction here?thank you.
Show older comments
ptot=15:1024;
sfdr=max(ptot(nper+2:end-1))
1 Comment
Image Analyst
on 15 Apr 2013
"end" means the last element in the array, so "end-1" is the next to the last element in the array.
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!