How do I import data form an excel file into MATLAB?
古いコメントを表示
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
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
カテゴリ
ヘルプ センター および File Exchange で Data Import from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!