Define strings in MATLAB
Show older comments
I want to define the following as a string in matlab, from s to ).
set(handles.edit,'string','some string')
6 Comments
Stephen23
on 4 Jul 2023
"I want to define the following as a string in matlab, from s to )."
What is the intended application of this?
chrisw23
on 4 Jul 2023
i.e. (just use double quotes)
handles.edit.string = "some string"
rmpirooz
on 4 Jul 2023
rmpirooz
on 4 Jul 2023
Rik
on 4 Jul 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.
Accepted Answer
More Answers (0)
Categories
Find more on Desktop in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!