Mean of samples within a for loop
1 view (last 30 days)
Show older comments
Hello everyone,
How can I find mean of a chunk of samples within for loop and save it for later use?
Thanks
SK
0 Comments
Answers (1)
Image Analyst
on 7 Jun 2013
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).
See Also
Categories
Find more on Loops and Conditional Statements 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!