Mean of samples within a for loop
1 回表示 (過去 30 日間)
古いコメントを表示
Hello everyone,
How can I find mean of a chunk of samples within for loop and save it for later use?
Thanks
SK
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 6 月 7 日
Have you tried the built-in functions mean() and mean2()??? That's what comes to mind first. If you need further assistance, explain "chunk", and do "whos" on your array so we know what we're dealing with, give us a small example, and explain exactly what form you mean when you say "save" (e.g. a file on disk or a variable).
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!