How can I load data from Excel file to Matlab in script and use the data loaded to calculate?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi guys, I am a newbie in Matlab and I am using Matlab for my thesis. I have an excel file contain data and I want to load these data into Matlab and therefore I can write programme to calculate using these data in Matlab. How can I do that? Can you show me the full code because I am so new to this. Thank you very much!
댓글 수: 0
답변 (2개)
David Hill
2023년 2월 28일
MSU1=readmatrix('Relaxation data.xlsx','Range','A4:E82')%load the others following the same method
댓글 수: 3
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!