-
MATLAB_help_manual_Chinese
说明: 导言 - 描述MATLAB系统的组成。
开发环境- 介绍MATLAB的开发环境,包括有关工具和MATLAB桌面的信息。
矩阵操作- 介绍如何用MATLAB生成矩阵以及用矩阵进行数学运算。
作图- 介绍MATLAB的作图能力,包括有关作图数据,给图表加注释,以及图像的使用。
用MATLAB编程 - 描述如何用MATLAB语言编写手稿和函数,以及利用数据结构,例如单元数组和多元数组。 (Introduction- describes the MATLAB system. Development Environment- Introduction to MATLAB development environment, including the MATLAB desktop tools and information. Matrix Operation- describes how to use MATLAB to generate the matrix as well as the use of matrix mathematics. Mapping- Introduction to MATLAB' s plot, including the mapping of the data, add notes to the chart, as well as the use of images. Programming with MATLAB- MATLAB language to describe how to prepare manuscripts and function, and the use of data structures, such as arrays and multi-unit array.)
- 2009-08-07 20:51:53下载
- 积分:1
-
bp
说明: 基于MATLAB的BP神经网络的数据分类的实现。(MATLAB-based BP neural network implementation of data classification.)
- 2010-05-13 23:28:49下载
- 积分:1
-
UMPJ
简化的不平衡磁拉力(UMP)作用于结构,得到动力学作用下的响应。(simply unbalanced magnetic pull and rotor center orbit is gotten)
- 2013-11-23 20:14:22下载
- 积分:1
-
sugxrhmi
通过matlab代码实现PCA算法程序设计步骤: 包括1、去均值 2、计算协方差矩阵及其特征值和 qZHBpQ 特征向量 3、计算协方差矩阵的特征值大于阈值的个数以及 ixDqskB值 4、降序排列特征值,编译通过达到很高的性能。(PCA algorithm program realization by matlab code design steps include: 1, 2 to the mean, covariance matrix and its eigenvalues and eigenvectors qZHBpQ 3, calculate the covariance matrix of eigenvalues greater than the number of threshold values, and only 4 ixDqskB, in descending order eigenvalues, compiled by achieving high performance.)
- 2016-01-21 21:42:53下载
- 积分:1
-
wk_sim
SAR成像wk算法,简单程序,对初学者有用(SAR imaging,wk)
- 2017-03-19 19:52:19下载
- 积分:1
-
Xiangtu
绘制单摆方程的相空间图,并作poincare图分析其混沌特性(Painted pendulum phase space, and make poincare)
- 2010-10-21 10:48:42下载
- 积分:1
-
PV_Battery_microgrid
这是关于微电网的,一个微电源电池储能单元,采用下垂控制方法,另一个微电源光伏单元,采用PQ控制方法。(This is about the micro-grid, a micro-power battery energy storage unit, using the droop control method, another micro-power photovoltaic cells, using the PQ control methods.)
- 2021-02-26 11:19:37下载
- 积分:1
-
Interpolation
频谱的比值校正,汉宁、矩形、海明窗的具体算法,原理等,比较详细的分析程序(spectrum correction)
- 2020-07-01 14:00:02下载
- 积分:1
-
Assignment-2
Image Compression by:
1) Use Adobe Photoshop to Compress images using LZW algorithm (i.e. lossless technique).
2) Use MATLAB to Compress images using JPEG algorithm (i.e. lossy technique) and Assess objectively the quality of the compressed images
- 2014-02-12 17:09:28下载
- 积分:1
-
NMF-DTU-Toolbox
matlab源代码,是非负矩阵分解工具箱,包含乘法更新,最小二乘约束,投影梯度法等方法(Usage:
[W,H] = nmf(X,K,alg,maxiter,speak)
W: output matrix
H: output matrix
X: input matrix
K: number of components
alg: algorithm to use
maxiter: maximum number of iterations
speak: print to screen
Algorithms:
mm: Multiplicative updates method using euclidean distance measure.
cjlin: Projected gradient method
prob: Probabilistic non-negative matrix factorization.
als: Alternating least squares.
alsobs: Alternating least squares with optimal brain surgeon.
Demonstrations:
PET: NMF on a PET dataset
Text: NMF used on a three different datasets Email, medical, and CNN.
Algorithms
mm: Multiplicative update method using euclidean distance measure.
Described in Lee and Seung, 2001, Algorithms for Non-negative Matrix Factorization, Advances in Neural Information Processing Systems 13, 556-562. This algorithm is the most commonly used algorithm to solve NMF.
cjlin: Alternative non-negative least squares using projected gradients.
Author: Chih-Je)
- 2021-04-22 19:28:48下载
- 积分:1