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

3 vues (au cours des 30 derniers jours)
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.

Réponse acceptée

Cris LaPierre
Cris LaPierre le 12 Nov 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.

Plus de réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by