Effacer les filtres
Effacer les filtres

How to get output of multiple variables in xls

3 vues (au cours des 30 derniers jours)
Vimal
Vimal le 27 Déc 2023
Commenté : Dyuman Joshi le 27 Déc 2023
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 commentaire
Dyuman Joshi
Dyuman Joshi le 27 Déc 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?

Connectez-vous pour commenter.

Réponses (1)

KSSV
KSSV le 27 Déc 2023
Let the variables be x, y, z.
T = table(x,y,z) ;
writetable(T,'text.xlsx')

Catégories

En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by