How to interrupt a Java library created in Matlab in a standalone Java program?
조회 수: 9 (최근 30일)
이전 댓글 표시
Dear all, we developed a Java GUI which uses a java library created with Matlab (with Matlab builder JA toolbox) for calculations. It works fine, we can initiate a calculation and get back the results for display. But how can we interrupt a calculation? Say I have a 'Cancel' button in the Java GUI, with which I want to interrupt, how can I do that? Of course I could just ignore the returned result if the button is pressed but I would prefer to have the process killed in a neat way to avoid using calculation power. Thanks! Greetings, Martin
P.S. Matlab 2014a
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Call Java from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!