Mean of samples within a for loop
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello everyone,
How can I find mean of a chunk of samples within for loop and save it for later use?
Thanks
SK
0 comentarios
Respuestas (1)
Image Analyst
el 7 de Jun. de 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).
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!