how to transfer all the data in workspace to excel at one go

2 ビュー (過去 30 日間)
Sushma n
Sushma n 2018 年 7 月 11 日
コメント済み: Sushma n 2018 年 7 月 12 日
i want to transfer all the data at one go to excel
  6 件のコメント
Walter Roberson
Walter Roberson 2018 年 7 月 12 日
Do you want the variables to each be columns of one overall sheet, with the column names according to the variable names? If so then we need to know for sure that the variables are all vectors.
Do you want the variables to each be written to individual sheets?
Saving all of the variables will require dynamically referencing variables by name, which is not recommended. We recommend that you not create numbered variables like that. See http://www.mathworks.com/matlabcentral/answers/304528-tutorial-why-variables-should-not-be-named-dynamically-eval
Sushma n
Sushma n 2018 年 7 月 12 日
Ill try it,thankyou

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeWorkspace Variables and MAT Files についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by