![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16476676_1570343906675_DEF.jpg)
Hussein Rida
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
175,134
of 297,016
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
12.5%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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....
4 years ago | 1 answer | 0
1
answerQuestion
How to put a table in a uigridlayout?
How we can out a uitable in a uigridlayout and set the cell height to 'fit'?
4 years ago | 1 answer | 0
1
answerQuestion
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 ...
4 years ago | 0 answers | 0
0
answersQuestion
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...
4 years ago | 2 answers | 0
2
answersQuestion
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 ...
4 years ago | 0 answers | 0
0
answersQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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 ...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 0 answers | 0