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!