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

 채택된 답변

farzad
farzad 2014년 1월 22일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Polar Plots에 대해 자세히 알아보기

태그

질문:

2014년 1월 22일

답변:

2014년 1월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by