Can I develop "ActiveX Control (OCX file)" from an MATLAB file that uses MATLAB Graphics with the MATLAB COM Builder?
2 ビュー (過去 30 日間)
古いコメントを表示
Can I develop "ActiveX Control (OCX file)" from an MATLAB file that uses MATLAB Graphics with the MATLAB COM Builder?
Is is possible to generate an ActiveX control with the MATLAB COM Builder?
Can MATLAB graphics be embedded into my own application (no figure windows)?
採用された回答
MathWorks Support Team
2010 年 1 月 15 日
The MATLAB COM Builder allows users to generate COM objects from MATLAB Functions. These functions can utilize MATLAB mathematical and graphics routines.
At this time it is not possible to generate an embeddable ActiveX control with the MATLAB COM Builder. Any graphics calls will result in a MATLAB figure window being displayed.
We are aware of the desire for such functionality and our development staff is investigating its feasibility.
For more in-depth information on the MATLAB COM Builder, please see the following link:
<http://www.mathworks.com/products/netbuilder/>
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Use COM Objects in MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!