-
matlabhunhebiancheng
一个基于matlab与vc混合编程小例子,对初学者非常有利(a Matlab-based program mixed with vc small examples, very beneficial for beginners)
- 2007-05-19 12:33:13下载
- 积分:1
-
singlefibers
光子晶体光纤仿真模拟 光子晶体光纤仿真模拟 光子晶体光纤仿真模拟( photonic fibers photonic fibersphotonic fibers)
- 2011-08-19 19:41:45下载
- 积分:1
-
MATLAB-image-and-graphics-tutorials
非常好的MATLAB教程,当你看完教程后你会发现MATLAB比其它开发语言要简单的多(MATLAB tutorial is very good, when you read the tutorial you will find MATLAB simpler than other development languages to)
- 2013-12-10 16:54:15下载
- 积分:1
-
cell_auto_program
元胞自动机的大部分程序,包括元胞自动机生成sierpinski直角垫片 ,在六边形的元胞自动机上模拟单粒子运动,算法是基于FHP规则.以及元胞自动机模拟地球卫星的云图 ,元胞以固定的概率向相邻的4个元胞扩散 zz问题,元胞自动机模拟地球卫星的云图 ,以及生命游戏,机器人等程序(Cellular automata most programs, including cellular automata generate sierpinski Cartesian pads, analog single particle motion in the hexagonal cellular automata, FHP is based on rules. Well as cellular automata simulation Earth satellite imagery , cellular fixed probability to four adjacent cellular proliferation zz problems, cellular automata simulation Earth satellite imagery, as well as Game of Life, robots and other procedures)
- 2014-01-19 16:55:42下载
- 积分:1
-
Lab01
methods of optimalization, davidon
- 2013-05-17 03:05:03下载
- 积分:1
-
2droot_music
对二维矩形阵列,进行空间谱估计!适合阵列测向的新手,建议先仔细学习基础知识。在知识积累上想进行垮越式发展,于初学者来说最重要的是能帮助你弄清楚问题根本何在。
(Of two-dimensional rectangular array, spatial spectrum estimation! Suitable for the novice to the array of measurement, it is recommended to carefully study the basic knowledge. In the accumulation of knowledge on Vietnam-style collapse would like to carry out development for the beginner to the most important thing is to help you figure out what the problem is.)
- 2020-12-29 13:29:02下载
- 积分:1
-
GSM_PSK
GSM,PSK调制的Matlab代码,可以使用的,免费提供给大家@(GSM,PSK modulation
matlab code,can be used in the design.)
- 2009-03-18 17:30:48下载
- 积分:1
-
伯德图、奈氏、阶跃响应
搭建的simulink模型,用于实现伯德图、奈氏、阶跃响应的绘制
- 2022-11-01 02:10:03下载
- 积分:1
-
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=...
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
-Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:
- 2023-01-06 01:40:03下载
- 积分:1
-
hkbu2005
介绍了构造均匀设计表的好格子点算法与生成原理,以中心化偏差为均匀性测度,使用MATLAB编写了生成中心化偏差值最小的均匀设计表的计算机通用程序,通过与文献比较,验证了程序的正确性,得到了更多的均匀设计表(The principle and good lattice points designing uniform design table are introduced,the general MATLAB programs for uniform design table are proposed base on searching the minimum of uniform design table s centered L2-discrepancy. The results shows that the programs are right by comparison of the others.)
- 2009-06-13 22:10:26下载
- 积分:1