Export products of code into a table on Matlab
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I currently have an If/else statement that prints out different outcomes depending on the condidtions of certain code. I would like to create a function to send these outputs as well as data from the workspace into a table created on matlab. Could anyone give me some tips on how to do this or have an example which I could refer to?
Thanks,
Evan
0 commentaires
Réponses (1)
Prabhan Purwar
le 6 Mai 2021
Hi Evan.
Kindly have a look at the following examples and workflow's regarding using and saving Tables in Matlab -
https://www.mathworks.com/help/matlab/ref/table.html (Using Table)
https://www.mathworks.com/help/matlab/ref/save.html (Saving variables from the workspace)
Hope it helps!!
Thanks
0 commentaires
Voir également
Catégories
En savoir plus sur Tables 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!