Matlab JA builder, run Matlab code from Java application
이전 댓글 표시
I have written an application in Matlab and compiled it into Java code using the JA builder. I'm really stuck from here as to how to integrate it into my application. How do I handle data type conversion, call the functions, etc.
The algorithm that I wrote in Matlab is for image processing, how can I pass a java buffered image to that function?
답변 (2개)
Sebastian
2011년 1월 27일
0 개 추천
The MATLAB Builder JA documentation contains a few examples on how generate a compoinent from MATLAB code as well as how to integrate it with a Java application. Does this help as a starter? Please see the "Sample Java Applications" section in the documentation: http://www.mathworks.com/access/helpdesk/help/toolbox/javabuilder/ug/bqp8c4j-1.html
The "Working with MATLAB Figure and Image Data" paragraph in the doc covers getting a buffered image in a component: http://www.mathworks.com/access/helpdesk/help/toolbox/javabuilder/ug/br5tjlt-1.html
muhammad aiman
2015년 11월 7일
0 개 추천
hye sir. how to u open the builder ja in matlab?
댓글 수: 1
Soumadeep De
2020년 1월 2일
Type deploytool in command window
카테고리
도움말 센터 및 File Exchange에서 Get Started with MATLAB Compiler SDK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!