代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/269006/6824949
dat bookinfo.dat
[General Information]
书名=MATLAB 7.0实用指南 (上册)
作者=
页数=334
SS号=11323315
出版日期=
www.eeworm.com/read/295657/8147791
m c5ex4.m
% MATLAB solution of the inverse Laplace transform
% for Example 5-4
%
X = sym('(s+8)/(s^2+6*s+13)');
x = ilaplace(X);
pretty(X)
pretty(x)
www.eeworm.com/read/295657/8147945
readme
README
This directory contains the script files used to develop all of the MATLAB
applications that are part of the in-chapter examples for
R. E. Ziemer, W. H. Tranter a
www.eeworm.com/read/195374/8160260
dat bookinfo.dat
[General Information]
书名=MATLAB信号处理详解
作者=
页数=348
SS号=10466032
出版日期=
www.eeworm.com/read/294886/8195640
readme
Thursday, October 26, 1995
README for Neural Network Design Demonstrations
The book "Neural Network Design" is accompanied by 58 demonstrations which can be run from within MATLAB. References
www.eeworm.com/read/394381/8228021
m randn.m
%R=randn(m,n) 生成标准正态分布的m行n列随机矩阵
%RANDN Normally distributed random numbers.
% RANDN(N) is an N-by-N matrix with random entries, chosen from
% a normal distribution with mean zero and variance
www.eeworm.com/read/294203/8246533
txt read_me.txt
Quaternion toolbox for Matlab - installation instructions
---------------------------------------------------------
To install this toolbox:
1. Unzip the distribution file and move the directory/fol
www.eeworm.com/read/294203/8246627
m plus.m
function q = plus(l, r)
% + Plus.
% (Quaternion overloading of standard Matlab function.)
% Copyright