-
PLS2
该文件详细介绍了各种最小二乘算法的实现步骤,给出了实验仿真的例子和MATLAB程序,对学校最小二乘相关算法的人非常好(The document details the steps of various least squares algorithm, an experimental simulation examples and MATLAB programs for school-related least squares algorithm are very good)
- 2010-05-11 22:42:29下载
- 积分:1
-
assignment5
使用C语言在matlab中编程解决非线性回归问题(Nonlinear Regression)
- 2015-03-08 03:23:32下载
- 积分:1
-
matlab中绘制等温线的m文件
clear;close all;
fphn=fopen("hunan.txt","r");
hnb=fgetl(fphn);
hnmap=fscanf(fphn,"%f %f",[2,59]); % It has 59 rows now.湖南省界经纬度
fclose(fphn);
hnmap=hnmap";
xa=hnmap(:,[1]);
ya=hnmap(:,[2]);
fp=fopen("LATLON57.txt","r");
LL57=fscanf(fp,"%d %f %f",[3,97]); % It has 97 rows now.湖南省97县名称号码,经纬度
fclose(fp);
LL57=LL57";
x=LL57(:,[3])/10;
- 2022-01-21 04:00:19下载
- 积分:1
-
mutual_tau
mutual information 求时间延迟(mutual information tau)
- 2010-09-02 10:28:01下载
- 积分:1
-
MATLAB-design-code
《MATLAB程序设计教程》源代码-2660为《MATLAB程序设计教程》附带全部代码(" MATLAB Programming Guide" for the source code-2660 " MATLAB Programming Guide" with all the code)
- 2011-06-29 17:11:03下载
- 积分:1
-
OFDM_simulation_for_wireless_local_network
无线局域网情况下OFDM的信道分配仿真代码(of wireless LAN OFDM channel allocation simulation code)
- 2007-05-20 11:05:26下载
- 积分:1
-
dataset_618531
包含1593手写体数字0 ~ 9。从semeion.data通过MATLAB semeion.mat,可以直接使用。
每一个行为样本,其中256是手写数字的16×16,在10栏的数字识别标签,例如:如果第一行是1,然后是0号,其次是1,1。等等。
在Matlab的小例子,可以得出每一个数字,一个更好的理解。你想翻转和旋转的是写作的习惯相一致的图像。(Contains 1593 handwritten digit 0~9. from semeion.data by MATLAB semeion.mat, can be used directly.
In addition of MATLAB small example, can draw each digital, a better understanding of. The image you want to flip and rotation is consistent with the habit of writing.)
- 2013-11-14 13:44:00下载
- 积分:1
-
完整的立体视觉中摄像机的基础矩阵计算matlab开发源码
包括四元数的各种计算,混沌的判断指标Lyapunov指数计算,时间序列数据分析中的梅林变换工具,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法,抑制载波型差分相位调制,内含心电信号数据及运用MATLAB写的源代码。
- 2022-01-31 11:36:59下载
- 积分:1
-
denoise
小波去噪方法,matlab语言描写,简单实用(Wavelet denoising, matlab language to describe simple and practical)
- 2010-05-05 22:23:17下载
- 积分:1
-
Color-Watermarking
This code is one application of visible watermarking.
- 2013-03-12 11:48:43下载
- 积分:1