Borrar filtros
Borrar filtros

Link Catia to Matlab interactively

1 visualización (últimos 30 días)
farzad
farzad el 22 de En. de 2014
Respondida: farzad el 22 de En. de 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

Respuesta aceptada

farzad
farzad el 22 de En. de 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')

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by