代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/148255/12480672
m ex22.m
%《<mark>MATLAB</mark>及其在理工课程中的应用指南》第二章第二节演示程序
% 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版
%
echo off
pause,disp('矩阵中每一个元素取同样的显示格式')
pause,disp('矩阵中元素都很大或很小时,自动取出10的幂次公因子。')
pause,disp('矩阵中元素量级差很大时,小数将显示为0. ...
www.eeworm.com/read/148255/12480799
m ex514.m
%《MATLAB及其在理工课程中的应用指南》第五章例5-1-4程序
% 曲线族的绘制
% 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版
%
x=-2:0.1:2; % 给定x数组,确定范围及取点密度
subplot(1,2,1) % 分两个画面绘图
for c=-3:3 plot(x,x.^3+c*x),hold on, en
www.eeworm.com/read/148255/12480925
m ex733.m
%《MATLAB及其在理工课程中的应用指南》(第二版)第七章例7-3-3程序
% 二自由度无阻尼振动的传统建模和解耦求解程序
% 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版
%
m1=1; m2=9; k1 = 4; k2=2; % 输入各原始参数
x0 = [1;0]; xd0 = [0;-1]; tf= 20;
M = [m1,0
www.eeworm.com/read/334860/12568312
m rand.m
%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵
%RAND Uniformly distributed random numbers.
% RAND(N) is an N-by-N matrix with random entries, chosen from
% a uniform distribution on the interval (0.0,1.0
www.eeworm.com/read/147186/12579228
txt~ readme.txt~
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
This version was last updated on 18 January 2003.
Installation
------------
www.eeworm.com/read/147186/12579268
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
www.eeworm.com/read/147096/12583779
m ip_04_04.m
% MATLAB script for Illustrative Problem 4, Chapter 4.
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);
end
www.eeworm.com/read/147096/12584181
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/147096/12585601
htm commhelp.htm
Communications Toolbox Tutorial
Communications Toolbox Tutorial
What Is the Communications Toolbox
The Communications Toolbox is a collection of MATLAB
www.eeworm.com/read/334567/12585991
m diskio.m
% MATLAB SIMULATION OF FS-1015 LPC-10e
% COPYRIGHT (C) 1996-99 ANDREAS SPANIAS and TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the LPC-10e coder. The