Link Catia to Matlab interactively

5 views (last 30 days)
farzad
farzad on 22 Jan 2014
Answered: farzad on 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

Accepted Answer

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

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!