How to get output of multiple variables in xls

3 次查看(过去 30 天)
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 个评论
Dyuman Joshi
Dyuman Joshi 2023-12-27
"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?

请先登录,再进行评论。

回答(1 个)

KSSV
KSSV 2023-12-27
Let the variables be x, y, z.
T = table(x,y,z) ;
writetable(T,'text.xlsx')

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by