Could anyone list some of the disadvantages of the function
Could anyone list some of the disadvantages of the function uiimport in MATLAB? Thanks.
Solution
uiimport is a function which opens a dialog to interactively load data from a file or the clipboard.This is a quick method of importing text or binary data from a file (e.g., Excel files) .It uses the MATLAB Import Wizard.This is disadvantagous as it cant opencomplex files of all sizes.uiimport does not really output the filename selected .
