How to use width
古いコメントを表示
Hello
I have tried to work on smoothing of data and I came across this code. I dont really understand what the number 1s at the end means. Can anyone help please?
for i = (width-fix(width/2)))-1:-1:1
4 件のコメント
David Hill
2020 年 9 月 4 日
i is starting at (width-fix(width/2))-1 and stepping down in -1 increments to 1.
Danny Maefengea
2020 年 9 月 4 日
Adam Danz
2020 年 9 月 4 日
Looks like a good answer to me, David (hint to copy the comment as an anwer 😉) .
Danny, note the typo in your question that David corrected in his solution (one too many closing parentheses).
Danny Maefengea
2020 年 9 月 4 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Descriptive Statistics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!