-
matlabchazhinihe
matlab插值与拟合,有PPT演示功能,还有相应源码文件(matlab interpolation and fitting, with PPT presentation capabilities, as well as the corresponding source file)
- 2010-06-21 11:09:14下载
- 积分: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
-
crossvalidation
说明: 多重交叉验证代码,测试可用,代码完善简洁。(Multiple cross validation code, test available, code perfect and concise.)
- 2020-01-24 12:13:20下载
- 积分:1
-
200505-72
matlab在物理化学科学的应用,有相关的统计分析和聚类模型(matlab in physical and chemical science and application of relevant statistical analysis and clustering model)
- 2008-01-04 18:07:36下载
- 积分:1
-
DXSXSY_EX_Ch2
大学数学实验-清华出版社-姜启源-第2章例题源代码(Mathematics Experiment- Tsinghua University- Chapter 2 Example)
- 2011-12-02 17:26:54下载
- 积分:1
-
shiliang
matlab仿真模型,空间矢量控制模型,可以当作毕业设计内容使用。(matlab simulation model, space vector control model can be used as a graduation project content.)
- 2008-08-03 20:01:04下载
- 积分:1
-
calculator
说明: matlab GUI 计算器,和附件的计算器功能类似,由GUI实现(matlab GUI calculator, calculator functions and accessories similar to the GUI to achieve)
- 2011-04-08 16:59:26下载
- 积分:1
-
comm_vect_DFIG1
commande vectoriel of machine double feed induction
- 2010-05-15 06:45:13下载
- 积分:1
-
yasuobao
请点击1.m运行文件(运行环境为matlab2008a)
注:不可直接运行1.fig 需使用1.m文件
附:输入各设备及物流量子窗口参数信息说明:请依次输入该零件所需的设备号,两个y设备号之间填入这两个设备间的物流量,例如一个零件需要的设备一次为3,5,7,其中3和5的物流量为10,5和7的物流量为20,则应按如下的格式输入3,10,5,20,7。只需输入数字即可,无需输入标点符号。且零件的排序为最下面的一行为零件1,向上依次递加。">
- 2013-05-17 10:07:55下载
- 积分:1
-
MMC_inverter
该simulink仿真为模块化多电平换流器构成的逆变器,采用开环控制,开环控制效果良好。建议使用高版本matlab打开(This simulink model is a Modular Multilevel Converter, it uses open loop control and has a well control.)
- 2021-01-31 16:58:32下载
- 积分:1