代码搜索:MatLab
找到约 10,000 项符合「MatLab」的源代码
代码结果 10,000
www.eeworm.com/read/389274/8537380
txt !readme.txt
===============================
神经网络仿真系统 NNDemo2.0
===============================
开发平台:<mark>Matlab</mark>6//Windows2000,版本号2.0,开发时间2002.9-2003.10
开发人员:董火明,王晓嘉,赵琴,邵静,赵晶,胡勇,庞博
开发单位(版权所有):合肥工业大学计算机与信息学院图 ...
www.eeworm.com/read/389257/8538613
dat bookinfo.dat
[General Information]
书名=应用MATLAB建模与仿真
作者=陈桂明等编著
页数=398
SS号=10331931
出版日期=2001年3月第1版
www.eeworm.com/read/289488/8548372
m pathdef.m
function p = pathdef
%PATHDEF Search path defaults.
% PATHDEF returns a string that can be used as input to MATLABPATH
% in order to set the path.
% Copyright 1984-2002 The MathWorks, Inc.
%
www.eeworm.com/read/188318/8550851
m exa110701_pwelch.m
%-------------------------------------------------------------------------
% exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d)
% to estimate the PSD of x(n) by Welch average;
%------------
www.eeworm.com/read/188318/8550985
m exa090804_svd.m
%-----------------------------------------------------------------------
% exa090804_svd.m, for example 9.8.4
% to test svd.m;
% 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同,
% 但奇异值是一样的
%---------
www.eeworm.com/read/432942/8561145
c engwindemo.c
/*
* engwindemo.c
*/
#include
#include
#include
#include
#include "engine.h"
#define BUFSIZE 256
static double Areal[6] = { 1, 2, 3, 4, 5,
www.eeworm.com/read/432821/8569714
m ex602.m
%********************************************************
%程序:EX602.M
%功能:灰度图像显示及颜色映射表说明
%********************************************************
I=imread('noon.tif'); %将图像格式文件读入为MATLAB图像对象数组
www.eeworm.com/read/432821/8569718
m ex611.m
%*******************************************************
%程序:EX611.M
%功能:把一幅灰度图像转换成一幅索引图像
%********************************************************
I=imread('noon.tif'); %将图像格式文件读入为MATLAB图