I want to use the same function over and over again and store its outputs into an array or a matrix.

1 visualización (últimos 30 días)
Hey all,
I have just started programming so please excuse incorrect terminology etc..
I want to use the same function over and over again and store its outputs into an Array or a Matrix.
I know about the concept of loops but I myself can not find a way to use one here.
To get a bit more specific I have created a function that outputs doubles.
Now I want to run this same function over and over again and have each individual output stored in a big array or matrix.

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 12 de Nov. de 2021
See Ch 12 of MATLAB Onramp. It covers for loops, which are used to run the same code over and over. As part of that, it will teach you how to capture the result of each loop in an array.

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by