-
plot
定义坐标轴的显示范围用axis指令
语法:axis([xmin xmax ymin ymax]) 你的例子ymin ymax应分别设为0和0.5,xmin xmax 取周期的两端。 然后再plot(x,y)
欢迎一起探讨matlab的使用:) (draw picture in matlab)
- 2009-02-04 22:07:32下载
- 积分:1
-
uiinspect
uiinspect Inspect an object handle (Java/COM/HG) and display its methods/props/callbacks in a unified window
- 2009-03-29 04:35:46下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
qpsk
qpsk程序对刚入门的同学或者朋友,有着很大的帮助。(Delayed entry program for students or just friends, a great help.)
- 2009-04-30 20:21:43下载
- 积分:1
-
01
说明: 基于kpca以及pca,核流形发的程序,应用于故障检测与故障诊断,还有故障识别,识别的效果很好,对象为cstr,程序简单(Based on kpca and pca, nuclear manifold hair of program, used in the fault detection and fault diagnosis, and fault recognition, identification of the good effect, the object for CSTR, procedure is simple)
- 2011-12-26 10:24:00下载
- 积分:1
-
MyRD
率失真曲线的生成代码,自定义信源结构及迭代误差。附带实验说明(Rate-distortion curve of the generated code, custom source structure and iterative error. Help with experiment)
- 2011-01-04 19:43:18下载
- 积分:1
-
A-Guide-to-MATLAB
A guide to matlab FREE E-BOOK
- 2014-09-16 22:02:22下载
- 积分:1
-
DCDC-
DC DC converter (chopper)
- 2011-12-12 18:41:40下载
- 积分:1
-
imadd_my
本文是关于图像叠加处理的matlab程序,其中包含了图像位置改变和透明度的变化。(Superimposed image processing, the image position on transparency and the like. .)
- 2015-03-20 10:02:24下载
- 积分:1
-
secteur
algorithme de selection de secteur de postion de vecteur pour la commande DTC
- 2013-05-16 17:40:29下载
- 积分:1