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)
Show older comments
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
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.
Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!