필터 지우기
필터 지우기

Matlab m file into ocx file.

조회 수: 2 (최근 30일)
Raj Shankar
Raj Shankar 2012년 3월 22일
Can I convert my m file into an .ocx file ? I have converted my m file into a .dll file using the deploytool option. Whether can I do the former ? And I need to register that .ocx file in my Windows Activex Control List ? Please tell me how?
  댓글 수: 2
Friedrich
Friedrich 2012년 3월 22일
Do you have the Builder NE? If so, you can create a COM DLL out of your MATLAB code.
Raj Shankar
Raj Shankar 2012년 3월 22일
Hello Friedrich,
Yes I have. But still I want to use my m file as an OCX file. I did used builder NE and got a COM DLL out of that. Rather but I want an OCX file for my application. How could I do this.

댓글을 달려면 로그인하십시오.

채택된 답변

Friedrich
Friedrich 2012년 3월 22일
Hi,
you wont be able to create an OCX file out of your MATLAB code.
I guess you want OCX to embed a MATLAB figure or your MATLAB GUI in some other application right? What other application is that?
  댓글 수: 5
Jan
Jan 2012년 3월 22일
@Friedrich: Instead of disabling the warning temporarily, you can use:
jFrame = get(handle(gcf), 'JavaFrame');
Friedrich
Friedrich 2012년 3월 23일
nice, thanks :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Export to MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by