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!