-
N-sparse
创建一个n维的稀疏数组对象,n是任意值。 定义N可能是大于2的一类n维稀疏阵列。然而,它应该被认为是一种起动方式与普通的MATLAB稀疏矩阵和重塑它有N维度。换句话说,稀疏的数据,首先必须能够作为一个普通的2D MATLAB稀疏矩阵被前n维。事实上,如果目标数组的尺寸mxnxp……yxz,然后将它存储在内部类是一个普通的二维稀疏阵列的尺寸(M×N×P×……×Y)XZ。这导致了某些内存株时使用大量的尺寸。我发现有用的类主要用于中等尺寸像三维图像边缘检测,你经常要举行一个稀疏的3D的边缘地图。(Creates an N-dimensional sparse array object, for arbitrary N.This submission defines a class of N-dimensional sparse arrays for N possibly greater than 2. However, it should really be thought of as a way of starting with an ordinary MATLAB sparse matrix and reshaping it to have N dimensions. In other words, the sparse data must first be able to exist as an ordinary 2D MATLAB sparse matrix before being made N-dimensional. In fact, if the intended array has dimensions MxNxP...YxZ, then the class will store it internally as an ordinary 2D sparse array of dimensions (M*N*P*...*Y)xZ. This leads to certain memory strains when using large numbers of dimensions. I find the class useful mainly for moderate dimensional things like edge detection in 3D imaging, where you often want to hold a sparse 3D edge map.
)
- 2013-10-21 20:43:18下载
- 积分:1
-
[Ebook---Computer]-Fourier-Transforms-Using-MATLA
Fourier Transforms application in matlab
- 2012-02-05 07:13:39下载
- 积分:1
-
Alien
Formation of Alien in matlab..............
- 2014-02-20 22:23:06下载
- 积分:1
-
lqrdaolibai
lqr倒立摆控制仿真。对于x=Ax+Bu y=Cx+du标准方程,文件qiuk中用lqr函数求解控制数组K,将K值带入fangzhen文件中(文件中已代入),得到倒立摆稳定曲线(lqr inverted pendulum simulation. For x = Ax+ Bu y = Cx+ du standard equation, file qiuk control array using lqr Solving K, the K value into fangzhen file (the file has been substituted), are stable curve inverted pendulum)
- 2020-12-07 10:39:22下载
- 积分:1
-
16qammontecarol
完成一个利用矩形信号星座图的M=16的QAM通信系统的MONTECARLO仿真,()
- 2008-05-10 18:17:10下载
- 积分:1
-
MBM
HELLO I AM VERY HAPPY TO JOIN TO YOUR GROUP
- 2014-08-25 03:15:08下载
- 积分:1
-
Matlab
数学建模比赛训练的代码,里面有matlab软和lingo软件的一些代码(Mathematical modeling training game code, there are some code matlab soft lingo software)
- 2015-01-18 10:59:07下载
- 积分:1
-
matchchinese
本程序实现汉字和字符的识别匹配,通过该算法,可以实现手写体的字符和汉字的识别(This procedure to achieve identification of characters and character matching, through the algorithm, can achieve the character and Chinese character handwriting recognition)
- 2009-12-18 14:29:22下载
- 积分:1
-
quiverc
在这个更新的代码,新功能,包括colorbar,samesize包括向量plottting...
%更新版本$日期:5月18日,2011年由梁枯盎斯蒂文斯技术学院
%更新1:更改int8到Int16的colormap的是,当电流超过64个大,这将导致错误
%更新2:加入 samesize 为使所有的向量samesize
%更新3:添加colorbar相应的开方的幅度(ü^2+ V键^ 2)
%更新4:错误修复,当你为h = quiverc,这是行不通的。
------------------------------------------------- -----------
(In this updated code,new features including colorbar, samesize vectors plottting are included
Updated version $Date: May 18th,2011 by Liang Kuang at Stevens Institute of Tech
Update 1: Change int8 to int16 when current colormap is bigger than 64,which will cause error
Update 2: Added samesize for making all the vectors the samesize
Update 3: Add colorbar corresponding the the magnitude of sqrt(u^2+v^2)
Update 4: bug fixed,when you do h=quiverc, it doesn t work.
------------------------------------------------------------)
- 2011-05-23 10:49:17下载
- 积分:1
-
inductionmotor
MDL
Filename: Induction motor DQ0 model
Description: This program illustrates DQ0 modelling of IM
when it is operated with simple open loop variable voltage
variable frequency strategy in Arbitrary Reference frame
- 2014-09-15 20:11:36下载
- 积分:1