Effacer les filtres
Effacer les filtres

Using listdlg and sprintf to create a GUI

1 vue (au cours des 30 derniers jours)
Carl Narup
Carl Narup le 10 Oct 2017
How do I use the sprintf option for listdlg in matlab? Do I need to create a variable beforehand using sprintf or do I need to use sprintf within the brackets of listdlg?

Réponses (1)

Arun Mathamkode
Arun Mathamkode le 19 Oct 2017
The input argument must be a cell array of strings. Each element of the string cell array corresponds to a row in the list menu. The function "sprintf" is one way of creating a string. It doesn't matter if this string is created beforehand or inside the "listdlg" input argument as long as it is part of a cell array.

Catégories

En savoir plus sur Characters and Strings 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!

Translated by