rundemo.m
来自「MDPSAS工具箱是马里兰大学开发的」· M 代码 · 共 12 行
M
12 行
% 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 + =
减小字号Ctrl + -
显示快捷键?