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

1 回表示 (過去 30 日間)
Shri.s
Shri.s 2023 年 3 月 30 日
コメント済み: Dyuman Joshi 2023 年 3 月 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 Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by