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!