📄 rundemo.m
字号:
% Test the model describing conductive heat transfer% in a block, where three sides are cooled by radiation% and the last is maintained at a constant temperatureA = radcoolblock;A = set(A,'solverset',1,'plot');% A = set(A,'solverset',2,'nmax');% A = newton(A);A = set(A,'solverset',70,'nkvec');A = newtonkrylov(A);plot(A)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -