photo

Hussein Rida


Last seen: 5年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
118,910
of 300,765

評判
0

コントリビューション
8 質問
0 回答

回答採用率
12.5%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,941

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


when i maximize the UIFigure of appdesigner, the buttons of the app design are dispersed. And also the size of each button vary. How can i resolve it?
when i maximize the UIFigure of appdesigner, the buttons of the app design are dispersed. And also the size of each button vary....

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How to put a table in a uigridlayout?
How we can out a uitable in a uigridlayout and set the cell height to 'fit'?

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How to take the last row of a UITable in appdesigner and add it at the end of another existing UITable?
newData=[app.UITable11.Data(end,:)]; app.UITable9.Data=vertcat(app.UITable9.Data,newData); I tried this and i got ...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


UITable in app designer-Matlab
Hello I am using a table in app designer with n columns and m rows. when displaying the table, a white space is usually displa...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


Indices = event.Indices; row = event.Indices(1,1); col = event.Indices(1,2); if app.UITable5.Position(row)<1 app.EditField2.Value=app.UITable5.Position(row); end
Hello How can i use a for loop in app designer? for i=1:app.number_fittings if app.UITable5.Data.Position(i)<1 ...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


Matlab App designer 20190a
Hello How do i can use an if statement to know if a push button is pushed? Example: function button1pushed(app,event) if but...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


MATLAB App designer 2019 a
I want to import an excel sheet, that i will use it as a database. How can i use a push button, when i click this button, the ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How do i can write a for loop inside a for loop?
I am working on a fluid flow problem i want to find the velocity, Reynolds, darcy friction factor and the loss head. However, t...

5年以上 前 | 0 件の回答 | 0

0

回答