k = keys(d) returns an
N-by-1 array of keys from the specified dictionary,
where N is the number of entries in the dictionary. Keys are returned in
the order in which the entries were added to the dictionary.
Dictionary keys, returned as an N-by-1 array
of keys from the specified dictionary, where N is the number of
entries in the dictionary. Keys are returned in the order in which the entries were
added to the dictionary.
If the code generator is unable to return the dictionary keys as an array, code
generation fails. In these situations, use the "cell" argument to
return dictionary keys as a cell array.
If you use it, the "cell" argument must be a constant at code
generation time.
The code generator does not treat a dictionary as a constant, even if the
dictionary is constant at code generation time. This means that the
keys function does not return a constant. You cannot pass the
output of the keys function to a function that requires constant
inputs. You cannot use the output of the keys function for
operations that require constants, such as indexing into a heterogeneous cell array.
The code generator also cannot perform optimizations that depend on constants, such as
constant folding, on the output of the keys function.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.