MATLAB: Opening a .csv file from command line

MATLAB

In the file explorer in Matlab, I am able to right click a .csv file, select 'Open' and the file opens in a gui. Is there a command line equivalent to this?

Best Answer

uiimport
Related Question