-
Numerical_Methods_in_Engineering_with_MATLAB_2nd_E
Numerical Methods in Engineering with MATLAB, 2nd, Jaan Kiusalaas,Cambridge(Numerical Methods in Engineering with MATLAB,第二版, Jaan Kiusalaas)
- 2010-09-03 10:04:07下载
- 积分:1
-
htni
function matrix=asciiRead(fileName)
asciiRead: Read an ascii file into a matrix
Usage: matrix=asciiRead(fileName)
Roger Jang, 20041021
if nargin<1, selfdemo return end
fid=fopen(fileName, rb )
content=fread(fid, inf, char )
fclose(fid)
file=tempname
copyfile(fileName, file
- 2010-04-04 20:41:47下载
- 积分:1
-
fuzzy_TS_model
这是一个关于模糊TS模型的例子,对初学TS模型的人很有用(This is an example of fuzzy TS model, TS model for beginners who are useful)
- 2020-11-17 16:29:39下载
- 积分:1
-
matlab谐波分析程序
分析泰克示波器的采样波形,显示频谱图 分析泰克示波器的采样波形,显示频谱图
- 2019-05-16下载
- 积分:1
-
Demo_6_VisualizeFeaturesCNN
说明: matlab神经网络工具箱-特征可视化demo(Matlab deep learning toolbox, and show how to visualizing feature)
- 2021-01-02 18:02:34下载
- 积分:1
-
gauselim
a routine for Gaussian elimination together w/ gepivot.m which you will need for running
- 2009-06-23 05:58:03下载
- 积分:1
-
wavelet
说明: 利用递归迭代法构造多小波基的matlab源码及实现多小波分解2-D图像(Recursive iterative method to construct multi-wavelet basis matlab source code and to achieve more than 2-D image wavelet decomposition)
- 2010-04-19 14:58:47下载
- 积分:1
-
code2
various code.................................
- 2012-05-15 00:26:23下载
- 积分:1
-
filter_design
一些滤波器设计的MATLAB源代码,对于学习滤波器非常有用。(Some matlab codes to study filter design and it is helpful to understand filter.)
- 2014-10-22 19:16:22下载
- 积分:1
-
wind-power-system
PSIM9.0,风力发电控制,PSIM很好用的,电力电子仿真的话(PSIM9.0, wind power control, PSIM well used, the words of power electronic simulation)
- 2013-12-11 00:00:55下载
- 积分:1