I have one edit box and i want to show multiple numeric value in that box in its fix position

2 次查看(过去 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
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 CenterFile 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!

Translated by