How to get output of multiple variables in xls
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have three varaibles as result. Those are plotted well throuth plot command. But it gives answer to only one variable in xls sheet
I am new to MATLAB
1 Commento
Dyuman Joshi
il 27 Dic 2023
"But it gives answer to only one variable in xls sheet"
It's not clear what you want to do.
Do you want to import for an excel sheet?
or do you want to export to an excel sheet?
Risposte (1)
KSSV
il 27 Dic 2023
Let the variables be x, y, z.
T = table(x,y,z) ;
writetable(T,'text.xlsx')
0 Commenti
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!