MATLAB report from a standalone application.

1 次查看(过去 30 天)
I have a GUI in which I have to generate a pdf report containing the results. I have done the coding and its works fine as long as I run it in the matlab editor. But when I compile it into a standalone application every thing works except the report generation. I am not able to figure out why it is happening.

采纳的回答

Krishnan Ramkumar
Krishnan Ramkumar 2016-11-10
To enable someone who does not have MATLAB installed to run your compiled program, your program must execute this statement before executing the first line of DOM code that it executes to generate a report:
makeDOMCompilable();
If it doesn't help can you please send a small reproducible code?

更多回答(1 个)

mizuki
mizuki 2016-10-27
Publish command is not supported in MATLAB Compiler, listed here: http://jp.mathworks.com/help/compiler/unsupported-functions.html
  1 个评论
Sudhanshu Goel
Sudhanshu Goel 2016-11-8
I am not using pubish command in my code. I am creating pdf report programmatically using dom api.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB Report Generator 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by