代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/343743/11931012
txt install.txt
Matlab Functions for Radial Basis Function Networks
---------------------------------------------------
Installation Instructions.
1. Unpack the distribution in some convenient folder.
2
www.eeworm.com/read/343046/11981901
txt readme.txt
HFSS-MATLAB-SCRIPTING-API
=========================
Introdution
-----------
HFSS-MATLAB-API is a library toolbox to control Ansoft HFSS from MATLAB using
the HFSS Scripting Interface.
This to
www.eeworm.com/read/342845/11995832
txt readme.txt
为了便于下载,根目录下的 DSP_matlab.zip 是所有文档的压缩文件。 [violence]
=======================================================================================
DIGITAL SIGNAL PROCESSING USING MATLAB
--------------
www.eeworm.com/read/342666/12006946
m delta.m
function delta=delta(k)
%MATLAB PROGRAN DELTA.m
%冲激函数
if k==0
delta=1;
else
delta=0;
end
www.eeworm.com/read/255827/12054023
c fdtd.c
/* FTDT - calculater - main program*/
#include
#include
#include
#include
#include
#include
#include "engine.h"
#define BUFSIZE 256
/
www.eeworm.com/read/152112/12139000
m euler.m
function E=euler(f,a,b,ya,M)
%Input - f is the function entered as a string 'f'
% - a and b are the left and right endpoints
% - ya is the initial condition y(a)
% - M is the n
www.eeworm.com/read/152112/12139042
m trisys.m
function X=trisys (A,D,C,B)
%Input - A is the sub diagonal of the coefficient matrix
% - D is the main diagonal of the coefficient matrix
% - C is the super diagonal of the coefficient matr
www.eeworm.com/read/152112/12139103
m difflim.m
function [L,n]=difflim(f,x,toler)
%Input - f is the function input as a string 'f'
% - x is the differentiation point
% - toler is the desired tolerance
%Output - L=[H' D' E']: H is the
www.eeworm.com/read/152112/12139105
m cheby.m
function [C,X,Y]=cheby(fun,n,a,b)
%Input - fun is the string function to be approximated
% - N is the degree of the Chebyshev interpolating polynomial
% - a is the left endpoint
%
www.eeworm.com/read/152112/12139127
m finedif.m
function U = finedif(f,g,a,b,c,n,m)
%Input - f=u(x,0) as a string 'f'
% - g=ut(x,0) as a string 'g'
% - a and b right endpoints of [0,a] and [0,b]
% - c the constant in the wave equati