Rank: 1024 based on 68 downloads (last 30 days) and 3 files submitted
photo

Antonio

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Antonio View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Mar 2011 Mixture property calculations using PR, RK and SRK EoS. The file prsrk.m calculates major thermodynamic properties using any of PR, RK or SRK EoS. Author: Antonio eos, thermodynamic calcula..., distillation 8 1
24 Apr 2009 Mixture property calculations using Peng-Robinson EoS Mixture property calculations using Peng-Robinson EoS. Author: Antonio thermodynamic propert..., peng robinson, equation of state, mixture 23 0
08 Jan 2009 xlsread.m for faster data transfer This modified version makes the original xlsread.m faster and also allows add-ins to be loaded. Author: Antonio data export, data import, active x, faster xlsread, addin, excel 37 6
  • 5.0
5.0 | 4 ratings
Comments and Ratings on Antonio's Files View all
Updated File Comment by Comments Rating
22 Jun 2011 xlsread.m for faster data transfer This modified version makes the original xlsread.m faster and also allows add-ins to be loaded. Author: Antonio Billy

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

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

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

01 Mar 2011 Mixture property calculations using PR, RK and SRK EoS. The file prsrk.m calculates major thermodynamic properties using any of PR, RK or SRK EoS. Author: Antonio Shunn, Lee

In "prsrk.m" the units on reference pressure (Pref) should be Pascals, not bar to be consistent with other inputs and your gas constant.

20 Nov 2009 xlsread.m for faster data transfer This modified version makes the original xlsread.m faster and also allows add-ins to be loaded. Author: Antonio Danila

Thank you, Ivo. Your suggestion helped me - I also use xlsread1 from another function.

15 Oct 2009 xlsread.m for faster data transfer This modified version makes the original xlsread.m faster and also allows add-ins to be loaded. Author: Antonio Torre, Ivo

lh>, I had the same error. My problem was using xlsread1 from within an m function...
The first line of code in xlsread1 is
Excel = evalin('base','Excel');
that tries to look for the object Excel in the base workspace.
But, since I instantiated the excel object in my m function, here's the error we met.
You should modify it in
Excel = evalin('caller','Excel');
that tries to look fo the Excel object in the workspace of the caller, where the object exists.

Hope it works for you

Top Tags Applied by Antonio
addin, data export, data import, distillation, eos
Files Tagged by Antonio View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Mar 2011 Mixture property calculations using PR, RK and SRK EoS. The file prsrk.m calculates major thermodynamic properties using any of PR, RK or SRK EoS. Author: Antonio eos, thermodynamic calcula..., distillation 8 1
24 Apr 2009 Mixture property calculations using Peng-Robinson EoS Mixture property calculations using Peng-Robinson EoS. Author: Antonio thermodynamic propert..., peng robinson, equation of state, mixture 23 0
08 Jan 2009 xlsread.m for faster data transfer This modified version makes the original xlsread.m faster and also allows add-ins to be loaded. Author: Antonio data export, data import, active x, faster xlsread, addin, excel 37 6
  • 5.0
5.0 | 4 ratings

Contact us at files@mathworks.com