代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/147422/5729972
m gcdsp.m
% Script : label the gain envelope in a gross or detailed way on Gcdis_f
%
% gcdsp.m is a call_function executed by "env_dsp" on figure(Gcset_f).
val=get(env_dsp,'Value');
if val==1 %%
www.eeworm.com/read/147422/5730016
m fmcor.m
% Script : correct the formant using the GCI display with the mouse.
% fmcor will coeerct one formant in the neighborhood of the mouse position.
%
% fmcor.m is a call_function executed by "co
www.eeworm.com/read/138963/5811874
mdl bpsnrzmf.mdl
Model {
Name "bpsnrzmf"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataT
www.eeworm.com/read/138963/5811886
mdl ooknrzbw.mdl
Model {
Name "ooknrzbw"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataT
www.eeworm.com/read/138963/5811925
mdl ooknrzmf.mdl
Model {
Name "ooknrzmf"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataT
www.eeworm.com/read/138963/5811937
mdl bpsnrzbw.mdl
Model {
Name "bpsnrzbw"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataT
www.eeworm.com/read/136812/5859082
makefile
#
# Copyright (c) 1980 Regents of the University of California.
# All rights reserved. The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
# @(#)Makefil
www.eeworm.com/read/133952/5896853
m fig2_6.m
x = 0:0.1:10;
y = x.^2 - 10.*x + 26;
figure(1)
subplot(2,2,1)
plot(x,y);
title ('Linear Plot');
xlabel ('x');
ylabel ('y');
grid on;
subplot(2,2,2)
semilogx(x,y);
title ('Semilog x Plot');
www.eeworm.com/read/123945/6056797
m lintest.m
% PROGRAM FOR DEMONTRATING CONTROL BASED ON INSTANTANEOUS LINEARIZATION
%
% Programmed by Magnus Norgaard, IAU/IMM, Technical Univ. of Denmark
% LastEditDate: Feb. 20, 1996
close all
StopDemo=0;