代码搜索:matlab
找到约 10,000 项符合「matlab」的源代码
代码结果 10,000
www.eeworm.com/read/185269/9046383
h matlab.h
/*
* $Revision: 1.79 $ $Date: 2000/04/17 18:49:00 $
* Copyright (c) 1984-1999 The MathWorks, Inc.
*/
#ifndef matlab_h
#define matlab_h
#ifdef __cplusplus
extern "C" {
#endif
/*
www.eeworm.com/read/282972/9049888
doc ofdm(matlab).doc
www.eeworm.com/read/184979/9062060
mat matlab.mat
www.eeworm.com/read/184966/9062972
mat matlab.mat
www.eeworm.com/read/184529/9095788
mat matlab.mat
www.eeworm.com/read/183815/9137159
matlab readme.matlab
*****************************************************
*** The LAMBDA-method: Matlab implementation V2.0 ***
*****************************************************
Use and Liability
--------------
www.eeworm.com/read/380507/9144413
txt matlab.txt
黄金分割法求极小值
功能:用黄金分割法求f(x)在区间[a,b]上的近似极小值。当且仅当f(x)在[a,b]上为单峰时次方法适用
----------------------------------------------------------------------
function [S,E,G]=golden(f,a,b,delta,epsilon)
% i
www.eeworm.com/read/380160/9159070
txt matlab.txt
clear all
close all
%channel system order
sysorder = 5 ;
% Number of system points
N=2000;
inp = randn(N,1);
n = randn(N,1);
[b,a] = butter(2,0.25);
Gz = tf(b,a,-1);
%This function
www.eeworm.com/read/379585/9192530
ppt matlab绘图.ppt
www.eeworm.com/read/379585/9192532