format number in text box
古いコメントを表示
hello
i hope you are doing well
i have GUI and have textbox i want number to present all in same textbox not number by number. i want all numbers full the textboox not as figuer below

3 件のコメント
Jan
2021 年 3 月 11 日
I do not undestand, what you want to achieve. What is the current code for producing this output?
dhafar hamed
2021 年 3 月 11 日
Jan
2021 年 3 月 11 日
Again: Please post your code. Then it is much easier to suggest a change. Otherwise I have to guess, what might be matching your code, e.g. if this is a figure or uifigure and so on.
回答 (1 件)
S = ['A':'F','1':'9']
strjoin(compose("%02x", S), ' ')
カテゴリ
ヘルプ センター および File Exchange で Shifting and Sorting Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
