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