Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Please help to write code with bit details, as I am new in matlab.

조회 수: 1 (최근 30일)
Mohammad Sohel Rana
Mohammad Sohel Rana 2017년 4월 27일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi everyone, I am quite new in matlab. I have 3 variables is listed below
Wd=0.04:0.04:2, mh=.1:.1:5 and Dh=.001:.001:.03
Here N2=Wd/0.04; N1=50/N2; Ld=(N1*N2*a^2)/Wd;
I have to calculate several thing based on these variables, such as
A=Wd*Dd,
vh=mh/A;
Reh=(dh(i)*vh*Dh)/uh(i), Here i=1:1:50,
Q(i)=(Th(i)-Tc(i))/Rt(i)
q(i,j)=Q(i)/At;
Th(i+1)=(mh*cph(i)*Th(i)*1000-q(i))/(1000*mh*cph(i));
Tc(i+1)=(mh*cph(i)*Tc(i)*1000-q(i))/(1000*mh*cph(i));
P=N2*(Q(i))*Neff;
there is some more related calculation. P will be function of variable P(Wd, Dd, mh), may be it will give 75,000 data points in X,Y,Z Plane.
I know its a big question for you all. may be need more time to read it. If someone help me to write this code, would be really really very help.
  댓글 수: 1
KSSV
KSSV 2017년 4월 27일
MATLAB has got very easy and vast documentation, what have you attempted so far?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by