How to get output of multiple variables in xls

조회 수: 3 (최근 30일)
Vimal
Vimal 2023년 12월 27일
댓글: Dyuman Joshi 2023년 12월 27일
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