From: marwen on
Hello friends,
actually i want to read an Xls File,with a simple file i use the simple command:
hello = csv2struct('table1.xls') as it is shown in:

http://www.mathworks.com/matlabcentral/fx_files/27121/1/content/struct_array_conversion/html/struct2struct_example.html#6

but the problem now,i need to read an Xls file that is protected with a password, what shall i add as commands to communicate the password of my file to Matlab? :(