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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0