showing matlab plot on intellij (java)
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi Please I recently converted my matlab code to java using library compiler. After compiling I was able to run the code perfectly. The graphical part compiled very well but cannot show any graphical images as when it is in matlab codes. It tries to show the graphical dialog images but disappears. How do I fix this Your help will be greatly appreciated Thanks Tino
댓글 수: 0
채택된 답변
Kojiro Saito
2019년 7월 22일
You can find the Java sample code in this document as the bottom Note says "To see what happens without the call to waitForFigures, comment out the call, rebuild the application, and run it. In this case, the figure is drawn and is immediately destroyed as the application exits."
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Java Package Integration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!