Does deployprint still exist, and is it useful?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Douglas Anderson
le 13 Avr 2023
Réponse apportée : Gokul Nath S J
le 17 Avr 2023
I need printing in a deployed application, and saw deployprint() mentioned in isdeployed(). deployprint() doesn't show up in Help, and is not found if I just type it in MATLAB.
Is it around, and is it useful for that purpose. I saw "deployprint -v" as a verbose version.
FYI I'm using 2021a for the deployed version, just avoiding clients reloading the MCR for now. Will be using 2023a soon, if that makes a difference!
Thanks!
Doug Anderson
1 commentaire
Walter Roberson
le 13 Avr 2023
It used to be described.... https://blogs.mathworks.com/loren/2008/11/25/printing-in-a-deployed-application/
Réponse acceptée
Gokul Nath S J
le 17 Avr 2023
Hi Douglas Anderson,
Please note that since users can use print directly, "deployprint" was deprecated from R2015 onwards. Currently, "print" option is directly supported.
with regards,
Gokul Nath S J
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Application Deployment dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!