Effacer les filtres
Effacer les filtres

Link Catia to Matlab interactively

1 vue (au cours des 30 derniers jours)
farzad
farzad le 22 Jan 2014
Réponse apportée : farzad le 22 Jan 2014
Hello Everyone
I know that this question is asked in some way before , but it's actually a long time ago and some of it's links are expired , http://www.mathworks.com/matlabcentral/answers/15228-link-catia-to-matlab
but I would like to ask again , how do we control the dimensions in Catia and get the file back ? is using the design table and exporting to excell and controlling it by Matlab the right way ? or a Macro should be written ?
I need to do an example , if some one could help me kindly to find out how to do it exactly I would be thankful

Réponse acceptée

farzad
farzad le 22 Jan 2014
I used this code to call CATIA :
C=actxserver('Catia.Application')
C = COM.Catia_Application
and I got this error :
Error using feval Custom interface is not supported on a 64-bit version of MATLAB.
Error in actxserver (line 87) h=feval(['COM.' convertedProgID], 'server', machinename, interface);
Error in firstcall (line 1) C=actxserver('Catia.Application')

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by