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 で Desktop についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!