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

📄 set_rand_seeds.sci

📁 toolbox median filter You need to download the general purpose toolbox and the signal toolbox.
💻 SCI
字号:
function set_rand_seeds(a,b)// set_rand_seeds - initialize rand and randnif argn(1)<1    a = 123456;endif argn(2)<1    b = 123456;endrand('normal');randn('state', a);rand('uniform');randn('state', a);endfunction

⌨️ 快捷键说明

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