代码搜索结果
找到约 5,431 项符合
Temperature 的代码
mch04-10.txt
叠加其他数据集的条形图
TCE = [515 420 370 250 135 120 60 20];
temp = [29 23 27 25 20 23 23 27];
days = 0:5:35;
bar(days,temp)
xlabel('Day')
ylabel('Temperature (^{o}C)')
h1 = gca;
h2 = axes('P
mch04-07.txt
条形图坐标轴数据的指定
temp = [29 23 27 25 20 23 23 27];
days = 0:5:35;
bar(days,temp)
xlabel('Day')
ylabel('Temperature (^{o}C)')
mch04-08.txt
设置Y轴范围
temp = [29 23 27 25 20 23 23 27];
days = 0:5:35;
bar(days,temp)
xlabel('Day')
ylabel('Temperature (^{o}C)')
set(gca,'YLim',[15 30],'Layer','top')
mch04-09.txt
数据集绘制的曲线
TCE = [515 420 370 250 135 120 60 20];
temp = [29 23 27 25 20 23 23 27];
days = 0:5:35;
bar(days,temp)
xlabel('Day')
ylabel('Temperature (^{o}C)')
h1 = gca;
h2 = axes('Posi
nicd.h
/****************************************************************************
Device : AT90S2333
File name : NiCd.h
Ver nr. : 1.0
Description : Header file for
bc.h
/*********************************** MODULE INFO ************************************
Device : AT90S2333
File name : BC.h
Ver nr. : 1.0
Description : Header file fo
nimh.h
/*********************************** MODULE INFO ************************************
Device : AT90S2333
File name : NiMh.h
Ver nr. : 1.0
Description : Header file
lion.lst
AVRASM ver. 1.30 C:\USER\DESIGN\AVR450\TINY15~1\LION.ASM Tue Jul 11 10:49:24 2000
; Last change: JB 00/07/11 (YY/MM/DD)
;************************
bc.inc
; Last change: JB 00/07/11 (YY/MM/DD)
;**************************** MODULE INFO *******************************
;
; File name : BC.INC
; AUTHOR : Atmel
; VERSION : 1
dispeh.m
function dispEh(Eh)
% Eh matrix display method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software for information on SA T