bar3.m
来自「对二杆桁架静力分析」· M 代码 · 共 11 行
M
11 行
[areas_star,mass_star,history,lumda_bar,iter]=TrussSectionOptimization('opt3.m',0);
h1=history;
[areas_star,mass_star,history,lumda_bar,iter]=TrussSectionOptimization('opt3.m',1);
h2=history;
subplot(3,1,1);
plot(h1);
subplot(3,1,2);
plot(h1(2:));
plot(h1(2:length(h1)));
subplot(3,1,3);
plot(h2);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?