i hav created a standalone GUI that shows height,weight and BMI,i just want to generate a report in pdf to be printed,give me suggestions.

2 次查看(过去 30 天)
basic thing is that,when my standalone gui will calculate all parameters,how should i generate report with push button in gui. And how can i use gui output,answers over here in report.

回答(1 个)

Suneesh
Suneesh 2014-1-21
Use the PRINT function in the button callback. Here is an example for print:
print(h, '-dpdf', filename);

类别

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