代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/133942/14017237

m startup.m

%STARTUP Script to include NEFCON directories in the matlabpath. % % See also NEFCON. disp('NEFCON for MATLAB/SIMULINK 1.0a Copyright (C) 1997 Andreas Nuernberger') disp('NEFCON for
www.eeworm.com/read/133875/14020104

html b_d.html

Books
www.eeworm.com/read/132953/14065167

txt readme.txt

MATLAB files for Contemporary Communication Systems with MATLAB ============================================== John G. P
www.eeworm.com/read/132953/14065252

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/132953/14065299

m ip_04_04.m

% MATLAB script for Illustrative Problem 4, Chapter 4. echo on ; a=[-10,-5,-4,-2,0,1,3,5,10]; for i=1:length(a)-1 y(i)=centroid('normal',a(i),a(i+1),0.001,0,1); echo off ; end
www.eeworm.com/read/235525/14065408

txt readme.txt

RSA Encryption and Decryption using Matlab by Thunyawat Rajatasereekul and Voranon Kiettrsalpipop ECE575, Winter 2002, Oregon State University Prof, Cetin Keya Koc The program set contains thirt
www.eeworm.com/read/234937/14091538

c sjbh1_mex.c

/* * MATLAB Compiler: 3.0 * Date: Fri Sep 03 08:56:52 2004 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/205307/15321138

txt 新建 文本文档.txt

Title: CtrlLAB Author: Dingyu Xue Summary: CtrlLAB provides a graphical interface to perform feedback system analysis and design. MATLAB Release: R10 Required Products: Simulink,Contro
www.eeworm.com/read/205036/15328781

m lt.m

function Z = lt(X,Y) %LT Less than (
www.eeworm.com/read/205036/15328783

m plus.m

function Z = plus(X,Y) %PLUS Binary addition (+) for tensors. % % PLUS(A,B) is called for the syntax 'A + B' when A or B is a tensor. A % and B must have the same size, unless one is a scalar. A