executable file?

조회 수: 2 (최근 30일)
raktim banerjee
raktim banerjee 2011년 1월 24일
Hello Sir!
I want to know how to make executable file of a function? I want to call an executable file from JAVA, which will take input a .mat file. Or any other way to use MATLAB functions without MATLAB, from other application? I noticed MATLAB compiler tool box in MATLAB 6.5 while installing. Will this help?

채택된 답변

Paulo Silva
Paulo Silva 2011년 1월 24일
doc compiler/mcc
  댓글 수: 1
raktim banerjee
raktim banerjee 2011년 1월 25일
Thank you sir!
first i configure the compiler like:
mbuild -setup
then:
mcc -m match.m -o match
It compiled but with warning message. Output looks ok.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by