フィルターのクリア

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 Center および File ExchangeData Export to MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by