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

1 view (last 30 days)
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 Comment
Dyuman Joshi
Dyuman Joshi on 30 Mar 2023
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.

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!