Define strings in MATLAB
Mostra commenti meno recenti
I want to define the following as a string in matlab, from s to ).
set(handles.edit,'string','some string')
6 Commenti
Stephen23
il 4 Lug 2023
"I want to define the following as a string in matlab, from s to )."
What is the intended application of this?
chrisw23
il 4 Lug 2023
i.e. (just use double quotes)
handles.edit.string = "some string"
rmpirooz
il 4 Lug 2023
rmpirooz
il 4 Lug 2023
Rik
il 4 Lug 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.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Desktop in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!