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!