photo

Hussein Rida


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
126,665
of 300,198

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
12.5%

收到投票数
0

排名
 of 20,889

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,681

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答