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

📄 dispop.m

📁 一个利用元胞自动机进行生态仿真的matlab程序
💻 M
字号:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%  function DISPOP
%
%	Fist Coded			14 April		1997
%	Last Modefied		1   June		1998
%
%	Copyright (c)
%	T. Suzudo JAERI-CAIL
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
figure(10);
plot(cp(1:t+1,:))
% Display rules
uicontrol('position',[240 5 50 25],'string','PSD(LO)',...
    'callback','fftpsd(cp(1:t+1,:),0);');
uicontrol('position',[310 5 50 25],'string','PSD(LI)',...
    'callback','fftpsd(cp(1:t+1,:),1);');
uicontrol('position',[380 5 50 25],'string','dump',...
    'callback',['save c:\ecody\dump.dat cp -ascii -tabs;']);
uicontrol('position',[450 5 50 25],'string','close', ...
     'callback','close(10)');

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -