필터 지우기
필터 지우기

Combine multiple tables into one so that it can be write into one excel sheet

조회 수: 8 (최근 30일)
Ji Li
Ji Li 2018년 9월 13일
댓글: Ji Li 2018년 9월 14일
I have a Matlab function that generates multiple tables, each table is quite different from the others, whether in size or in variable names. Is that possible that I combine and shape these tables into one big table or matrix(whatever) as long as all the tables can be returned to one Excel sheet with one call?

답변 (1개)

Peter Perkins
Peter Perkins 2018년 9월 13일
편집: Peter Perkins 2018년 9월 13일
You can combine the tables, but if you have different variables in each one you'd have to fill in large chunks with missing data.
Why not write to the spreadsheet using a range?
  댓글 수: 5
Walter Roberson
Walter Roberson 2018년 9월 14일
Sorry, I do not know how excel add-in work. I do not have Excel on windows to test with.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by