photo

Abdelrahman Eldaly


Last seen: 4년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
1 답변

순위
202,383
of 301,788

평판
0

참여
4 질문
1 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,421

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,567

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Solve system of nonlinear equations
I want to solve these equations with T2, T3, T4, T5 unknowns. all the other variables is predefined syms T2 T3 T4 T5 eqn1=((T...

거의 5년 전 | 답변 수: 0 | 0

0

답변

답변 있음
ODE error message "Error using exist The first input to exist must be a string scalar or character vector"
it should appear like this. where is the error T=2146; a=(101.325/(8.314*T))*10^-3; o2=16.8*a; n2=717*a; o=0.245*a; h2o=1...

대략 6년 전 | 0

질문


ODE error message "Error using exist The first input to exist must be a string scalar or character vector"
this is my code syms no(k1,k2,k3,k_1,k_2,k_3,o2,n2,o,h2o,oh,h,t) n=(k1*o*n2+k_2*no*o+k_3*no*h)/(k_1*no+k2*o2+k3*oh); eqn1=k1*...

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


Index in position 2 exceeds array bounds (must not exceed 6). heat transfer PDE finite difference
I am trying to solve this PDE with finite difference with boundry conditions x=1,T=0 ' x=0,dT/dx=0 ' y=0,dT/dy=0 ' y=1, dT/dy=-...

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

1

답변

질문


Calculate area between unknown curve and straight line
How can I calculate areas between these unknown curve and line, see image. The line is not zero. How can I use trapz in this c...

거의 7년 전 | 답변 수: 2 | 0

2

답변