資源簡介
有助于深入學習理解智能優化算法及其MATLAB實例,適用于剛學習各類優化算法

代碼片段和文件信息
%%%%%%%%%f(x)=x+10sin(5x)+7cos(4x)%%%%%%%%%%
clear?all;??????????????%清除所有變量
close?all;??????????????%清圖
clc;????????????????????%清屏
x=0:0.01:10;
y=x+10*sin(5*x)+7*cos(4*x);
plot(xy)
xlabel(‘x‘)
ylabel(‘f(x)‘)
title(‘f(x)=x+10sin(5x)+7cos(4x)‘)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????264??2017-08-17?08:22??33030-智能優化算法2版-源程序\chapter2\eg21.m
?????文件????????134??2018-08-30?14:47??33030-智能優化算法2版-源程序\chapter2\func1.asv
?????文件????????136??2017-08-21?08:04??33030-智能優化算法2版-源程序\chapter2\func1.m
?????文件????????123??2018-09-08?15:31??33030-智能優化算法2版-源程序\chapter2\func2.asv
?????文件????????123??2018-09-08?15:36??33030-智能優化算法2版-源程序\chapter2\func2.m
?????文件????????226??2017-09-02?11:07??33030-智能優化算法2版-源程序\chapter2\func4.m
?????文件???????2426??2018-08-30?21:32??33030-智能優化算法2版-源程序\chapter2\GA21.asv
?????文件???????2426??2017-03-25?13:59??33030-智能優化算法2版-源程序\chapter2\GA21.m
?????文件???????2636??2018-09-08?15:36??33030-智能優化算法2版-源程序\chapter2\GA22.asv
?????文件???????2636??2018-09-08?15:36??33030-智能優化算法2版-源程序\chapter2\GA22.m
?????文件???????3677??2018-09-10?16:28??33030-智能優化算法2版-源程序\chapter2\GA23.asv
?????文件???????3677??2018-09-10?16:28??33030-智能優化算法2版-源程序\chapter2\GA23.m
?????文件???????4414??2018-09-10?21:13??33030-智能優化算法2版-源程序\chapter2\GA23gai.asv
?????文件???????4414??2018-09-10?21:14??33030-智能優化算法2版-源程序\chapter2\GA23gai.m
?????文件???????2445??2018-09-09?16:18??33030-智能優化算法2版-源程序\chapter2\GA24.asv
?????文件???????2453??2018-09-09?15:22??33030-智能優化算法2版-源程序\chapter2\GA24.m
?????文件???????2829??2016-03-24?09:34??33030-智能優化算法2版-源程序\chapter3\DE31.m
?????文件???????2706??2016-03-24?09:16??33030-智能優化算法2版-源程序\chapter3\DE32.m
?????文件???????2717??2016-03-24?09:49??33030-智能優化算法2版-源程序\chapter3\DE33.m
?????文件????????306??2017-08-17?08:32??33030-智能優化算法2版-源程序\chapter3\eg32.m
?????文件????????345??2017-08-17?08:48??33030-智能優化算法2版-源程序\chapter3\eg33.m
?????文件????????114??2017-08-21?08:07??33030-智能優化算法2版-源程序\chapter3\func1.m
?????文件????????118??2017-08-21?08:07??33030-智能優化算法2版-源程序\chapter3\func2.m
?????文件????????135??2017-08-21?08:07??33030-智能優化算法2版-源程序\chapter3\func3.m
????..A.SH.?????13312??2016-03-05?10:04??33030-智能優化算法2版-源程序\chapter3\Thumbs.db
?????文件????????320??2017-08-17?08:49??33030-智能優化算法2版-源程序\chapter4\eg42.m
?????文件????????116??2017-08-21?08:08??33030-智能優化算法2版-源程序\chapter4\func1.m
?????文件????????129??2017-08-21?08:08??33030-智能優化算法2版-源程序\chapter4\func2.m
?????文件????????169??2017-08-21?08:08??33030-智能優化算法2版-源程序\chapter4\func3.m
?????文件???????3802??2017-08-16?14:36??33030-智能優化算法2版-源程序\chapter4\IA41.m
............此處省略48個文件信息
- 上一篇:qpsk調制stbc仿真
- 下一篇:多種插值算法Matlab實現--數學建模
評論
共有 條評論