Define strings in MATLAB
显示 更早的评论
I want to define the following as a string in matlab, from s to ).
set(handles.edit,'string','some string')
6 个评论
Stephen23
2023-7-4
"I want to define the following as a string in matlab, from s to )."
What is the intended application of this?
chrisw23
2023-7-4
i.e. (just use double quotes)
handles.edit.string = "some string"
rmpirooz
2023-7-4
rmpirooz
2023-7-4
Rik
2023-7-4
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.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!