-
Lssvm
此为基于LSSVM工具箱的Matlab回归测试程序代码模板源码。(This is based on the Matlab toolbox LSSVM regression test program source code templates.)
- 2020-06-28 18:20:01下载
- 积分:1
-
parabolic_PDE_1_2D_explicit
explicit FDM for 1_2D_parabolic partial differential equation
- 2014-02-07 16:11:26下载
- 积分:1
-
MATLAB
离散点拟合贝塞尔曲线,可以改变阶数,求控制点并求出误差(Fitting Bezier curve with discrete points)
- 2020-11-22 15:59:34下载
- 积分:1
-
high-speed railway
机器学习简介,特别的时候新手查看,受益匪浅。上传于2017年底,简单易懂。(machine learning method. introduced the CNN basic idea and how to use it and when to use it. Very useful for new guys)
- 2017-10-03 17:11:18下载
- 积分:1
-
assign
说明: The setting of the game is very simple: a bunch of people sitting at a round table throwing a dice at each turn, and things happen according to the value of the dice. We define moving right as moving forward on the linked list and moving left as moving backwards on the linked list.
- 2019-04-30 10:56:08下载
- 积分:1
-
FuzzyTunningPIControl
Fuzzy tuning parameter PID controler, Simulation Matlab
- 2010-12-31 12:05:47下载
- 积分:1
-
top88
topology optim 88 line code
- 2011-10-27 11:57:43下载
- 积分:1
-
Tutor
时频原子分解算法主要用于建立时频原子库,从而提取出特征信号(Time-frequency atom decomposition algorithm for frequency atoms library created to extract the characteristic signal)
- 2012-09-24 17:29:35下载
- 积分:1
-
semi-supervised-algorithm-matlab
半监督分类算法,其中有一些例子可供大家使用(semi-supervised algorithm,there are examples you can try。)
- 2020-11-22 18:49:35下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数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:)
- 2009-12-28 22:03:42下载
- 积分:1