MATLAB: Changing data copy mode

coloncommadatadotexcelimportMATLAB

Right now I´m importing data to Matlab using the command importdata(-pastespecial) which allowed me to copy columns from excel to arrays in Matlab. However when I try it in another computer instead of transforming it to arrays, Matlab creates a structure out of it…. The data in excel is separated with commas (as given by the machine in the lab). Is there a way to change how Matlab copies it?. In the other computer it was doing it perfectly.

Best Answer

Nevermind, it was actually the new computer changing the notation on the excel file... friking microsoft. Long life Matlab :D
Related Question