How do I import data form an excel file into MATLAB?

조회 수: 5 (최근 30일)
AYOKUNLE BALOGUN
AYOKUNLE BALOGUN 2016년 4월 23일
댓글: AYOKUNLE BALOGUN 2016년 4월 23일
I have a TGA data with a lot of noise. So I'd like to import it into MATLAB and performing some noise reduction exercise.

답변 (2개)

Stefan Raab
Stefan Raab 2016년 4월 23일
Hello,
I think the following docs will help you. Execute the commands in the MATLAB Command Window:
  • Import Tool (Using GUI):
web(fullfile(docroot, 'matlab/ref/importtool-app.html'))
  • xlsread function (using MATLAB commands):
web(fullfile(docroot, 'matlab/ref/xlsread.html'))
Kind regards, Stefan

Azzi Abdelmalek
Azzi Abdelmalek 2016년 4월 23일
[num,text,both]=xlsread('yourFileName')

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by