Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Please help to write code with bit details, as I am new in matlab.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
KSSV
am 27 Apr. 2017
MATLAB has got very easy and vast documentation, what have you attempted so far?
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!