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

3 次查看(过去 30 天)
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.

采纳的回答

Cris LaPierre
Cris LaPierre 2021-11-12
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by