uiimport warning message when specifying a variable to save to?
10 次查看(过去 30 天)
显示 更早的评论
I am building a GUI, and need to import data from an excel file into a matrix. When I use the command
x = uiimport
the prompts appear to select the file, but the data selection window is different that the one that appears when you just type
uiimport
i.e., it doesn't allow you to specify column vector, matix, cell array. The whole UI is completely simplified. It also comes up with the error message:
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 at 238
I need to specify the variable so that the code can use it for the remaining calculations, is there a proper syntax for this? I am using version R2012b. Thanks!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!