photo

saladin ghanem


Alexandria University of Engineering, Mechanical engineering department.

Aktiv seit 2016

Followers: 0   Following: 0

Nachricht

Statistik

  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

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

mehr als 8 Jahre vor | 0