I have one edit box and i want to show multiple numeric value in that box in its fix position
1 次查看(过去 30 天)
显示 更早的评论
A = zeros(1,8);
A(1) = 1;
A(2) = 1;
A(3) = 1;
A(4) = 1;
i want to show this in editbox horizantally, i also want to show that each string have its fix position,like [ 1,1,1,1].
please anyone help me i am new in matlab.
Thanku.
1 个评论
Dyuman Joshi
2023-3-30
What do you mean by editbox? Do you want to display all the commands one after the other horizontally?
"i also want to show that each string have its fix position,like [ 1,1,1,1]."
There is no string in your code, only numeric data.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!