I can't call Publish function used MATLAB library compiler from Java

조회 수: 1 (최근 30일)
상현 안
상현 안 2021년 6월 2일
댓글: 상현 안 2021년 6월 2일
Hey guys, I'm using MATLAB custom functions in Java. and I was good until last week.
But, I saw something message meaning "Not found" like. It's a publish function.
Do you know MATLAB Runtime or Develop kit are not supported the publish function in the other languages?
function t = custpub(reporting_mfile,generating_path)
t = publish(reporting_mfile,"format","pdf","outputDir",generating_path,'showCode',false,'useNewFigure',false);
end

답변 (1개)

Steven Lord
Steven Lord 2021년 6월 2일
The publish function is on the list of functions that are not supported for deployment using MATLAB Compiler or MATLAB Compiler SDK. If you have a license for it consider MATLAB Report Generator which is listed on the MATLAB Compiler supported products page as having command line functionality being supported with MATLAB Compiler.

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by