代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/390194/8478219

txt 10-41.txt

%例10-41 运行错误的处理。 %编制M文件如下。 function d=yunxingcuowu(a,b,c) d=a/b; if isinf(d) %对可能产生的inf值做出判断 sprintf('b should not be 0') return else d=d*c; end %为了检验该程序,
www.eeworm.com/read/189063/8493037

m fil.m

function [out]=fil(in,f); % % Filters the data using a first order filter % % [out]=fil(in,f); % % f is a vector containing the filter constants % % Updated to use MATLAB's built in filter rou
www.eeworm.com/read/389832/8496530

txt readme.txt

======================== System Requirements: 1) 1 MB of HD space available. 2) MATLAB version 5.3 (or higher) installed. ======================== Installation: 1) Create a new MATLAB to
www.eeworm.com/read/389832/8496596

m sn2sg.m

% MATLAB function sn2sg.m deals with mismatching % effects at the Q terminals of a multi-port network. % Function sn2sg.m needs as its inputs the % normalizing impedance matrix Z0 (denoted Z0, % d
www.eeworm.com/read/389451/8519363

m exa090702.m

% ------------------------------------------------------------------- % exa090702.m, for example 9.7.2 and fig 9.7.2 % 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。 % 本程序给出的是连续小波变换的灰度图表示。 %--------------------
www.eeworm.com/read/389321/8533490

i resampc.i

/* Resampling along the column (Type 1 and 2) * * Created by: Minh N. Do, March 2000 */ /* * @(#)mex.h generated by: makeheader 4.21 Tue Jul 26 22:40:19 2005
www.eeworm.com/read/433250/8537280

txt readme.txt

主程序在Symplectic/fracft 要调用程序在Utils里找。 在matlab里file-〉set path里设置好路径即可。
www.eeworm.com/read/432942/8561139

asv engdemo.asv

/* * engdemo.c */ #include #include #include #include "engine.h" #define BUFSIZE 256 int main() { //定义引擎指针 Engine *ep; mxArray *T = NULL, *
www.eeworm.com/read/289212/8568378

txt readme.txt

% % % % % Hello, I am Pranam Janney % % % This DTMF generator and detector using Goertzels algorithm is developed mainly for educational purpose only and not for commercial usage.
www.eeworm.com/read/432455/8604604

txt readme.txt

Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details. Installation ------------ 1. Install KPMtools from http://www.ai.mit.edu/~mu