Alessio85
Guest
Hello, everyone. .
is the first time I write on the forum... I hope to write in the right section....
I have a problem from which I can't come out....I have to interface matlab r2010a with catia v5r20 i.e. I have to manage all the processes of catia from matlab. I know that in matlab I can use the "actxserver" command to create a com server and then enter the caia commands...the problem is that matlab does not recognize catia as a server com... on the matlab screen this message appears to me:
c=actxserver('catia.application');
?? error using ==> actxserver at 91
server creation failed. invalid progid 'catia.application'
Does anyone know how I can do so that matlab recognizes catia? ?
is the first time I write on the forum... I hope to write in the right section....
I have a problem from which I can't come out....I have to interface matlab r2010a with catia v5r20 i.e. I have to manage all the processes of catia from matlab. I know that in matlab I can use the "actxserver" command to create a com server and then enter the caia commands...the problem is that matlab does not recognize catia as a server com... on the matlab screen this message appears to me:
c=actxserver('catia.application');
?? error using ==> actxserver at 91
server creation failed. invalid progid 'catia.application'
Does anyone know how I can do so that matlab recognizes catia? ?