Filter löschen
Filter löschen

Link Catia to Matlab interactively

1 Ansicht (letzte 30 Tage)
farzad
farzad am 22 Jan. 2014
Beantwortet: farzad am 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

Akzeptierte Antwort

farzad
farzad am 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')

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by