Can I embed a MATLAB GUI in a .NET Windows Form with MATLAB Builder NE 3.0.1 (R2009a)?
조회 수: 4 (최근 30일)
이전 댓글 표시
I have compiled my MATLAB GUI application into a .NET component. Can I invoke the GUI and embed it into a Windows Form?
채택된 답변
MathWorks Support Team
2009년 9월 25일
The ability to embed a MATLAB Figure or GUI into a Windows form is not available in MATLAB Builder NE 3.0.1 (R2009a).
The Windows form must locate the Java figure handle through the .NET code. Currently this is not a feature supported by MathWorks.
To workaround the issue, compile the MATLAB GUI application into a .NET component and invoke the program through a button or menu in the Windows form.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!