필터 지우기
필터 지우기

Calling Java program from Matlab

조회 수: 2 (최근 30일)
Sunil
Sunil 2014년 5월 22일
댓글: Sunil 2014년 5월 23일
How do I invoke Java program from Matlab?
Kindly provide the detailed steps to invoke a java program from Matlab.
1. To be precisely, I want to invoke http://algs4.cs.princeton.edu/55compression/Huffman.java.html from Matlab. 2. Can I pass Matlab variable as an argument to Java call? Kindly provide more details on this.
Note, I don’t have access to "Using Java Libraries from MATLAB" link.

채택된 답변

Geoff Hayes
Geoff Hayes 2014년 5월 22일
The following link provides a good starting point on instantiating Java classes in MATLAB: Bringing Java Classes into MATLAB Workspace. From it, you should be able to work with the Huffman class above.
  댓글 수: 1
Sunil
Sunil 2014년 5월 23일
Thank you very much, Geoff.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Call Java from MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by