⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bar3.m

📁 对二杆桁架静力分析
💻 M
字号:
[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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -