代码搜索:MATlab

找到约 10,000 项符合「MATlab」的源代码

代码结果 10,000
www.eeworm.com/read/376425/9317661

m speedup3.m

function Speedup3 % Speedup3.m % 功能:比较具有相同功能的自定义函数与MATLAB内部函数的运行速度 % % 加快MATLAB执行程序的方法之三:尽量使用MATLAB内部函数(包括各种工具箱函数) % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, %
www.eeworm.com/read/376212/9324651

txt readme.txt

Building SEAGRID from Source Building SEAGRID requires building 3 mex files: mexsepeli.F mexrect.F mexinside.c These mex files are machine dependent, and can also be matlab version dependent. Here
www.eeworm.com/read/376212/9325110

txt readme.txt

Building SEAGRID from Source Building SEAGRID requires building 3 mex files: mexsepeli.F mexrect.F mexinside.c These mex files are machine dependent, and can also be matlab version dependent. Here
www.eeworm.com/read/376138/9329835

readme

----------------------------------------- --- MATLAB/OCTAVE interface of LIBSVM --- ----------------------------------------- Table of Contents ================= - Introduction - Installation - Usag
www.eeworm.com/read/179921/9331409

m ip_01_01.m

% MATLAB script for Illustrative Problem 1, Chapter 1. n=[-20:1:20]; x=abs(sinc(n/2)); stem(n,x);
www.eeworm.com/read/179737/9341149

txt readme.txt

The Finite Element Method Using MATLAB, 2nd Edition System requirements: Windows 95, 98, or NT 4.0 Minimum - 640x480 256 color display Recommended - 800x600 16-bit or higher color display 12
www.eeworm.com/read/375337/9363688

m aaexponentialpdf.m

function[x,m,sd]=aaexponentialpdf(b,N) %function[x,m,sd]=aaexponentialpdf(b,N) for i=1:N x(i)=-b*log(rand);%log is MATLAB function that gives end; %the natural algorithm; m
www.eeworm.com/read/178482/9394775

txt readme.txt

基于matlab的简易OCR程序。 具体可参加该文件夹内的CS585 Fall 1998 Project One.....
www.eeworm.com/read/374560/9396456

m imload.m

function [A] = imload(imname,nrows,nclmns) % The function loads an image in matlab. % Usage: A = IMLOAD ('IMNAME', NROWS, NCLMNS) % where A: image in a matrix % IMNAME: name of the image f
www.eeworm.com/read/178347/9406827

txt readme_fft_fxp16.txt

**************************************************************************** ADSP-TS101S and ADSP-TS201S Fast Fourier Transforms in fixed point format Analog Devices, Inc. DSP Division Three