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

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 日

0 投票

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.

1 件のコメント

상현 안
상현 안 2021 年 6 月 2 日
Thank you. I'll try to your suggestion. Have nice day!

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeMATLAB Compiler についてさらに検索

質問済み:

2021 年 6 月 2 日

コメント済み:

2021 年 6 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by