Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Nithya
Nithya le 21 Sep 2013
Commenté : Nithya le 4 Déc 2013
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

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 21 Sep 2013
use xlsread function
  3 commentaires
ES
ES le 21 Nov 2013
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 le 4 Déc 2013
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

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by