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!