代码搜索:matlab
找到约 10,000 项符合「matlab」的源代码
代码结果 10,000
www.eeworm.com/read/127036/14387554
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/126777/14403489
c engwindemo.c
/* engwindemo.c
* This is a simple program that illustrates how to call the MATLAB
* Engine functions from a C program for windows
* Copyright (c) 1996-1998 by The MathWorks, Inc.
* All Rights
www.eeworm.com/read/228006/14403600
mht wavelet toolbox.mht
From:
Subject: Wavelet Toolbox
Date: Thu, 23 Mar 2006 09:08:18 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html";
boundary="----=_N
www.eeworm.com/read/227865/14407708
frm vbex7_14.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "VB Link to MATLAB"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 5115
Link
www.eeworm.com/read/227754/14414295
txt 目录.txt
目录
译者序
前言
第1章 <mark>MATLAB</mark>是什么 1
1.1 <mark>MATLAB</mark>能做什么 1
1.2 <mark>MATLAB</mark>实例 1
1.3 <mark>MATLAB</mark>帮助 10
第2章 <mark>MATLAB</mark>启动 11
2.1 启动和退出<mark>MATLAB</mark> 11
2.2 <mark>MATLAB</mark>中矩阵和多维矩阵介绍 12
2.3 <mark>MATLAB</mark>中的变量 16
2.4 算术表达式和数学函数 19
2 ...
www.eeworm.com/read/126550/14416930
m coxbatch.m
cd C:\Users\fapp2\matlab\cox
W = randn(1,1000);
Files = struct('Filename', {'kings.jpg'});
n = length(Files);
for i = 1:n
[I, MAP] = imread(Files(i).Filename);
%imshow(I, MAP);
J =