Rank: 224880 based on 0 downloads (last 30 days) and 0 files submitted
photo

Billy

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Billy View all
Updated File Comments Rating
22 Jun 2011 Function for faster data transfer Matlab <--> Excel This modified version makes the original xlsread.m faster and also allows add-ins to be loaded. Author: Antonio

Please ignore my previous comment. This would work!
try
    Excel = evalin('base','Excel');
catch err
    Excel = evalin('caller','Excel');
end

17 Jun 2011 Function for faster data transfer Matlab <--> Excel This modified version makes the original xlsread.m faster and also allows add-ins to be loaded. Author: Antonio

How about we change the first line of code to
Excel = eval('Excel');

Contact us at files@mathworks.com