photo

Hussein Rida


Last seen: environ 5 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

8 Questions
0 Réponses

RANG
168 778
of 300 338

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
12.5%

VOTES REÇUS
0

RANG
 of 20 922

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 149

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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....

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


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...

environ 5 ans il y a | 2 réponses | 0

2

réponses

Question


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 ...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


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...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 5 ans il y a | 1 réponse | 0

0

réponse