Feeds
질문
Verifying 2nd code for this problem, are these the right solution and graphs?
clc; clear; close all; % Define Parameters k = 20; % Thermal conductivity (W/m.K) h = 630; ...
11개월 전 | 답변 수: 0 | 0
0
답변질문
Verifying my code for this problem, are these the right solution and graphs?
clc; clear; close all; % Parameters L = 10; % mm W = 4; % mm dx = 1; % mm dy = 1; % mm T_inf = 22; % Ambient temper...
11개월 전 | 답변 수: 1 | 0
1
답변질문
Variable might be set by a nonscalar operator
what is wrong with variable theta_deg, clc clear close all %% Define varaibles theta_deg=10:1:80; %% theta in 1 degrees ...
12개월 전 | 답변 수: 2 | 0
