Error when importing data
2 ビュー (過去 30 日間)
古いコメントを表示
Shamira Sharlyne Liao
2023 年 2 月 6 日
コメント済み: Shamira Sharlyne Liao
2023 年 2 月 6 日
Hello, I'm trying to import an Excel file to MATLAB for school. When I go to Home -> Import Data, the following error shows up.
Execution of script uiimport as a function is not supported:
/Applications/MATLAB_R2021a.app/toolbox/matlab/codetools/uiimport.m
I'm using the latest update and I have the Statistics and Machine Learning Toolbox v.12.1 and Optimization Toolbox v.9.1 installed. This happens no matter what script or filename I use. I also ran
>> which -all uiimport
To get this output
/Applications/MATLAB_R2021a.app/toolbox/matlab/codetools/uiimport.m
Thanks in advance for the help!
0 件のコメント
採用された回答
Walter Roberson
2023 年 2 月 6 日
you need to reinstall matlab.
dbtype uiimport 1
should show
function varargout = uiimport(varargin)
but on your system it will show something different.
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!