photo

saladin ghanem


Alexandria University of Engineering, Mechanical engineering department.

2016년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

3 질문
1 답변

순위
215,858
of 300,364

평판
0

참여
3 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • First Answer

배지 보기

Feeds

보기 기준

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

8년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
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...

9년 초과 전 | 0