How can i read coeffictents stored in workspace from excel into matlab?

5 ビュー (過去 30 日間)
Nithya
Nithya 2013 年 9 月 21 日
コメント済み: Nithya 2013 年 12 月 4 日
After plotting, i did basic fit for my plot. The coefficients are saved in the workspace excel sheet.I require them for further calculation in my matlab program. How can I read the workspace coeffecients from excel into matlab? Thankyou

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 9 月 21 日
use xlsread function
  3 件のコメント
ES
ES 2013 年 11 月 21 日
Please be clear on what you specifically want. If you want to write a bunch of values/ or contents of a variable into an excel file, use xlswrite.
If you want to read an excel file and use its values in Matlab, use xlsread.
Nithya
Nithya 2013 年 12 月 4 日
Actually i wanted to use the datas that were stored in workspace.
But now i got a solution to this problem: using data.name , etc
Thankyou

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

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by