Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
AYOKUNLE BALOGUN
AYOKUNLE BALOGUN le 23 Avr 2016
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.

Réponses (2)

Stefan Raab
Stefan Raab le 23 Avr 2016
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 le 23 Avr 2016
[num,text,both]=xlsread('yourFileName')

Catégories

En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by