代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/423896/10527568
m ex22.m
%《<mark>MATLAB</mark>及其在理工课程中的应用指南》第二章第二节演示程序
% 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版
%
echo off
pause,disp('矩阵中每一个元素取同样的显示格式')
pause,disp('矩阵中元素都很大或很小时,自动取出10的幂次公因子。')
pause,disp('矩阵中元素量级差很大时,小数将显示为0. ...
www.eeworm.com/read/423896/10527681
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/423896/10527796
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/352501/10545590
c sin1500matl.c
//Sin1500MATL.c Generates sine from table created with MATLAB
#include "sin1500.h" //sin(1500) created with MATLAB
short i=0;
interrupt void c_int11()
{
output_sample(sin1500[i]); //o
www.eeworm.com/read/423536/10553028
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/423536/10553107
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/352274/10566984
m fdslide.m
function slide=fdslide
% This is a slideshow file for use with fdshow.m
% Too see it run, type 'fdshow',
% Copyright (c) 1984-97 by The MathWorks, Inc.
% $Revision: 5.16 $
global doi;
www.eeworm.com/read/159928/10586406
dat bookinfo.dat
[General Information]
书名=用Maple和MATLAB解决科学计算问题(第三版)
作者=刘来福 何青 译
页数=330
SS号=0
出版日期=1999年5月第1版