-
hwmain
HWMAIN Performance evaluation of MLP learning strategies.
- 2009-08-17 21:09:35下载
- 积分:1
-
BOT_for_paper
扩展卡尔曼与质点滤波在纯方位跟踪应用,扩展卡尔曼与质点滤波在纯方位跟踪应用(Bearing only tracking)
- 2012-03-28 19:50:10下载
- 积分:1
-
Kmeans
K-means K均值聚类算法,不是用工具箱编的,对随机产生的数据进行聚类。压缩文件包括m函数、包含主程序和子函数的word文档。(K-means clustering algorithm, not with the toolbox series of randomly generated data clustering.M functions including compressed files, containing the main program and subroutines word document.)
- 2015-01-16 17:53:12下载
- 积分:1
-
pls
一个PLS的matlab程序,包括求残差矩阵求回归方程的系数,删除回归分析的常数项,求误差平方和。(A PLS matlab procedures, including seeking residual matrix coefficients of the regression equation, deleted regression constant term, seeking the error sum of squares.)
- 2013-05-24 08:50:48下载
- 积分:1
-
基于免疫算法的认知无线电资源分配研究
说明: 基于免疫算法的认知无线电资源分配研究,本科毕业设计,附带毕业论文,论文里对程序有详细的说明,直接运行即可,可以参考。(Research on cognitive radio resource allocation based on immune algorithm, undergraduate graduation design, with graduation thesis, the program has a detailed description of the program, can be directly run, you can refer to.)
- 2020-06-27 02:20:02下载
- 积分:1
-
MATLAB读取OFF文件
基于MATLAB的读取OFF文件程序!!!
function I=offread1(filename)
fid = fopen(filename, "r");
title = textscan(fid, "%s", 1);
number=textscan(fid, "%d %d %d", 1);
points=textscan(fid, "%f %f %f", number{1});
faces=textscan(fid, "%d %d %d %d", number{2});
for i = 1 : number{2}
faces{2}(i, 1) = faces{2}(i, 1) + 1;
faces{3}(i, 1) = faces{3}(i, 1) + 1;
faces{4}(i, 1) = faces{4}(i, 1) + 1;
- 2022-02-25 16:05:43下载
- 积分:1
-
基于Matlab的网格划分程序
Matlab下的网格划分程序,包括了简单的四边形网格、三角形网格划分,可以对任意形状的闭合区域进行网格划分,同时闭合区域内可以再进行开洞处理。适用于一般的平面有限元网格划分,对编写平面有限元分析程序的网格划分具有参考价值。
- 2022-04-11 20:27:19下载
- 积分:1
-
CSJerk
一维当前Jerk模型的matlab仿真,引入当前模型的非零均值Jerk运动模型(Simulation of one-dimensional current-Jerk motion model by matlab , a nonzero mean Jerk model using current motion model )
- 2014-10-19 21:19:13下载
- 积分:1
-
voice-recognition
语音识别的matlab实现
不过是p-file
可以运行
(Matlab voice recognition is the realization of p-file to run )
- 2009-04-29 06:00:41下载
- 积分:1
-
monodex
使用马尔科夫链蒙特卡洛法的一个莫诺模型例子(A Monod model example of the use of Markov chain Monte Carlo method)
- 2012-04-18 09:59:08下载
- 积分:1