- Category:
- matlab
- Tags:
-
[Matlab]
[源码]
- File Size:
- 357kb
- Update:
- 2017-07-06
- Downloads:
- 0 Times
- Uploaded by:
- 周
Description: function lorenzgui
if ~isequal(get(gcf,'name'),'Lorenz Gui')
rhos = [28 99.65 100.5 160 350];
shg
clf reset
p = get(gcf,'pos');
set(gcf,'color','black','doublebuff','on','name','Lorenz Gui', ...
'menu','none','numbertitle','off', ...
'pos',[p(1) p(2)-(p(3)-p(4))/2 p(3) p(3)])
To Search:
File list (Check if you may need any files):
洛伦兹gui文件\洛伦兹吸引子.pdf
洛伦兹gui文件\lorenzgui.m
洛伦兹gui文件