フィルターのクリア

What is the uiimport asynchronous syntax?

5 ビュー (過去 30 日間)
MrToad
MrToad 2023 年 1 月 3 日
回答済み: Walter Roberson 2023 年 1 月 3 日
uiimport reports a warning following a simple call such as:
some_struct = uiimport(filename_string)
The text of the warning:
"Warning: Synchronous evaluation of the uiimport function for spreadsheet files will be
deprecated in a future release. Use the asynchronous uiimport syntax instead.
> In uiimport (line 351) "
What is the asynchronous syntax?

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 1 月 3 日
https://www.mathworks.com/matlabcentral/answers/75340-xlsread-uiimport-error-at-238 hints that the issue might possibly relate to command line access being blocked at the time. Maybe.
Probably what you should do is... not use uiimport(). You should probably be switching to readtable() or readmatrix()

カテゴリ

Help Center および File ExchangeReporting and Database Access についてさらに検索

タグ

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by