How to load files(xls, xlsx, etc.) in the current directory to the workspace

14 ビュー (過去 30 日間)
千惠 洪
千惠 洪 2020 年 8 月 4 日
回答済み: Arthur Roué 2020 年 8 月 4 日
I have a file named dataset.xlsx and now I want to load it on my workspace instead of click the "import data" button. I tried to use the load method but it cannot work, and the error showed that "Error using load.Unable to read file 'dataset.xlsx'. Input must be a MAT-file or an ASCII file containing numeric data with same number of columns in each row"
load('dataset.xlsx');

採用された回答

Arthur Roué
Arthur Roué 2020 年 8 月 4 日
load() function is for MAT file or ASCII file;
For Excel workbook, you can use readcell, readtable or readmatrix according to your data and output format.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import and Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by