Define strings in MATLAB
Afficher commentaires plus anciens
I want to define the following as a string in matlab, from s to ).
set(handles.edit,'string','some string')
6 commentaires
Stephen23
le 4 Juil 2023
"I want to define the following as a string in matlab, from s to )."
What is the intended application of this?
chrisw23
le 4 Juil 2023
i.e. (just use double quotes)
handles.edit.string = "some string"
rmpirooz
le 4 Juil 2023
rmpirooz
le 4 Juil 2023
Rik
le 4 Juil 2023
Why don't you explain what you actually want to do? You have described enough for us to know that what you are asking us is a terrible idea, but we don't know what your end goal is.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Desktop 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!