Import Data Fails to open excel file

4 ビュー (過去 30 日間)
Nelson Mark
Nelson Mark 2021 年 11 月 11 日
回答済み: Sulaymon Eshkabilov 2021 年 11 月 11 日
This used to work, now it doesn't. Am using Matlab R2020b on a Mac. When I click on the import data function and ask to open an Excel file, it never opens the file. The horizontally moving green bar in the box saying "Opening large spreadsheet..." just keeps moving and never opens the file. I tried restarting the computer. This used to work fine, but today it did not.

回答 (1 件)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021 年 11 月 11 日
Use readmatrix() or readtable() which are much more efficient and faster than uiimport() or importdata() fcns that you have used. You can also try xlsread() or csvread(), but they are slower than readmatrix() or readtable().

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by