bahareh bshrt
Followers: 0 Following: 0
Feeds
질문
how to code surf graph?
X=0:0.01:0.2; Y=0:0.01:0.2; T=a matrix with 441*1 dimension that start from 22 to 36 Z=zeros(441,1); Z=T; how can i code ...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
how to write for loop for this case?
I have this relation deltaT=50; K_eff=C_E+(teta*deltaT*K_E); F_eff=(C_E-((1-teta)*deltaT*K_E))*T0+(deltaT*F_e); T50=K_eff\F...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
what is loop for this relation?
I have this relation deltaT=50; K_eff=C_E+(teta*deltaT*K_E); F_eff=(C_E-((1-teta)*deltaT*K_E))*T0+(deltaT*F_e); T50=K_eff\F...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
assemble two matrix into big matrix
How can I assemble K1=[2 -1 -1 0;-1 2 0 -1;-1 0 2 -1;0 -1 -1 2] and K2=[2 -1 -1 0;-1 2 0 -1;-1 0 2 -1;0 -1 -1 2] to K_e= [2...
거의 4년 전 | 답변 수: 0 | 0