How can i read coeffictents stored in workspace from excel into matlab?
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Azzi Abdelmalek
2013-9-21
use xlsread function
3 个评论
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!