-
matlab_help
matlab函数,运算符速查,doc格式(matlab function Quick Fact)
- 2009-12-16 16:33:28下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
code-link-pred
给出了基本的有监督的基于矩阵分解的链路预测的代码。(Supervised link prediction based on matrix decomposition)
- 2013-10-31 09:48:58下载
- 积分:1
-
Simulation-of-SINS
捷联惯导仿真,对于初学惯导的人进行matlab仿真有很大的帮助!(Simulation of SINS)
- 2013-12-13 16:40:03下载
- 积分:1
-
web
一个接地电网simulink模型,可以直接运行(A grounding grid simulink model can be run directly)
- 2014-02-24 23:04:33下载
- 积分:1
-
PSO
说明: 粒子群算法寻优,在限定条件下实现对群体变量的选择优化,以达到目标的最优值。(Particle swarm optimization)
- 2020-09-12 14:08:59下载
- 积分:1
-
malfunction5
电力系统故障计算,可以计算单相短路,单相接地短路,三相短路,两相短路接地,两相短路(power system fault, can calculate the single-phase short circuit, short-circuit to the single-phase and three-phase short-circuit, two-phase short-circuit grounding, two phase short circuit)
- 2007-07-03 09:57:10下载
- 积分:1
-
matlabplayer
视频播放,运行代码,并在弹出框中选择avi文件,播放进度以帧度量(Human Motion Tracking)
- 2012-05-27 14:34:37下载
- 积分:1
-
Maglev_StateFeedback
magnetic levitation state feedback controle
- 2011-08-19 09:24:21下载
- 积分:1
-
BSpline
程序实现二次B样条平滑,三次B样条平滑;二次B样条平滑后节点插值(Program to achieve the second B-spline smoothing, cubic B-spline smoothed after the second B-spline interpolation smooth node)
- 2014-12-07 23:00:29下载
- 积分:1