photo

saladin ghanem


Alexandria University of Engineering, Mechanical engineering department.

Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

3 Questions
1 Réponse

RANG
215 847
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

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

  • First Review
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Matlab .m file from Simulink keeps running?
I uses an interpreted Matlab Function to execute a .m file. The problem is the Simulink model keeps running and running and the ...

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

1

réponse

Question


How to stop .m file from repeating while simulink model is running?
I have a simulink model executes a .m file but while running the model the .m function still running and repeat itself until sim...

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

1

réponse

Question


How to make block mask to self-modify it's parameters (get values from the model)?
Hi, i made a simulink model to solve and optimize power station cycle. In turbine block, I've put a SLIDER but its Min/Max value...

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

0

réponse

Réponse apportée
I am trying to integrate the XSteam mfile in my simulink model through a MATLAB function block, only this error occurs: Variable 'hs' is undefined on some execution paths.
Hi, I've found this code below and it worked for me. function h10 = fcn(Pb) %#codegen coder.extrinsic('XSteam'); h...

plus de 9 ans il y a | 0