본문 바로가기

xlsread2

Get Matlab Excel Data | xlsread function Get Matlab Excel Data | xlsread function When you conduct an experiment and process data with a matlab, sometimes you want to recall the data values in an Excel file right away. Let's briefly learn how to use the xlsread function by using the following example. First of all, the data obtained through the simulation program is recorded in the excel file as shown above. As you can see, the file li.. 2020. 9. 24.
매트랩 엑셀 데이터 불러오기 | xlsread 함수 매트랩 엑셀 데이터 불러오기 | xlsread 함수 실험을 하고 메트랩으로 데이터를 처리하다보면 엑셀 파일의 데이터 값을 바로 불러오고 싶을 때가 있다. xlsread 함수의 사용법을 다음의 예시를 통해 간단히 알아보자. 우선 시뮬레이션 프로그램을 통해 얻은 데이터는 위와 같이 엑셀파일에 기록되어있다. 보시는 바와 같이 파일은 시간에 따른 데이터의 값들이 나열되어있음을 알 수 있다. 이 엑셀에 있는 데이터를 그대로 메트랩의 변수로 가져와서 행렬 형태로 저장하려면 매트랩의 명령창이나 스크립트 창에서 xlsread 함수를 이용하면 된다. data=xlsread('Simulation Data.xlsx',1); 위 코드는 data라는 변수에 'Simulation Data.xlsx'라는 엑셀파일 속 sheet1의.. 2020. 8. 5.
반응형