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.
Afficher commentaires plus anciens
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.
Réponses (1)
Suneesh
le 21 Jan 2014
Use the PRINT function in the button callback. Here is an example for print:
print(h, '-dpdf', filename);
Catégories
En savoir plus sur File Operations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!