warndlg() and msgbox() not passing string
Afficher commentaires plus anciens
Hello,
All of a sudden, warndlg() and msgbox() don't pass the string.
If I type
warndlg('My Warning','Title')
the dialog box has the correct title, but no warning icon and no message! Same with msgbox()
Any ideas?
Thanks.
Doug Anderson
7 commentaires
Stephen23
le 8 Déc 2021
Please show the complete output of these two commands:
which warndlg -all
which msgbox -all
Douglas Anderson
le 8 Déc 2021
Rik
le 8 Déc 2021
These functions do OS API calls, so might something have broken there?
Douglas Anderson
le 8 Déc 2021
Douglas Anderson
le 8 Déc 2021
Rik
le 9 Déc 2021
The operating system (OS, so Windows, MacOS, Ubuntu, Arch, etc) provides an application program interface (API) to do things like determining what files are in a folder etc. One of the things the OS can do is make a window. That is why the documentation warns that the windows may look differently between operating systems.
Douglas Anderson
le 9 Déc 2021
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Environment and Settings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!