How to store multiple function outputs?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
So I have a function that has one output variable and when I run this function it gives me three different answers which it should but I want to use to use all of the outputs but it only saves the last one. How can I store or save all the outputs.
3 comentarios
Christo van Rensburg
el 2 de Jun. de 2020
Are you using a loop of some kind to continuously calculate a new value for the parameter? If so you can simply store it using: output[:,i]
Maybe take a photo with your phone and attach it here.
Respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Mobile 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!