Effacer les filtres
Effacer les filtres

need help with MATLAB reference libraries.

1 vue (au cours des 30 derniers jours)
Johan
Johan le 7 Juin 2011
Hi all.
I am running matlab from excel, which works fine for me, I have windows 7, excel 2010, and matlab R2010a but if I were to run this on a computer that had matlab R2009a instead, I would probably run in to some missing references, but which?
In my project I use the following:
Matlab Automation Server Type Library (File: \MATLAB\R2010a Student\Bin\win32\mlapp.tdl mwsamp ActiveX Control module (File: \MATLAB\R2010a\toolbox\matlab\winfun\win32\mwsamp.ocx) mwsamp 2 ActiveX Control module (Matlab) (File: \MATLAB\R2010a\toolbox\matlab\winfun\win32\mwsamp2.ocx)
is there anywhere I can see what are the default paths and names for the equivalent files in earlier versions? or does someone know or can check their own folders for me?
Any help will be much appriciated

Réponse acceptée

Kaustubha Govind
Kaustubha Govind le 7 Juin 2011
The Programming with COM on Windows demo uses this component for an example. As the documentation points out, the file can be located by executing the following at the MATLAB prompt:
fullfile(matlabroot,'toolbox','matlab','winfun',computer('arch'))
  5 commentaires
Kaustubha Govind
Kaustubha Govind le 9 Juin 2011
Not sure what mlapp.tdl is (did you have a typo in the extension?), but mlapp.tlb is indeed located in $matlabroot\bin\$arch
Johan
Johan le 10 Juin 2011
yeah typo...but thanks.

Connectez-vous pour commenter.

Plus de réponses (1)

Johan
Johan le 8 Juin 2011
still having fun with this, please, if someone could find out their GUID or path to these files in matlab R2009a if you find it hard to do, just tell me, I have an Excel workbook that can list the path and GUID, just can't do it my self since I don't have matlab R2009a

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by