代码搜索结果

找到约 2,116 项符合 Y 的代码

e0601.m

y=[ 1 8 6 5 4];plot(y)

e0640.m

Y=[3,5,2,4,1;3,4,5,2,1;5,4,3,2,5]; subplot(1,2,1),bar3(Y,1) ,xlabel('x'),ylabel('x'),zlabel('y') subplot(1,2,2),bar3h(Y','grouped'), xlabel('x'),ylabel('y'),zlabel('x')

e0318.m

y=0; for n=1:10 y=y+1/2^n; end y

ex3_9.m

y=0; n=100; for i=1:n y=y+1/(2*i-1); end y

y.tab.c

#ifndef lint static const char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; #endif #include #define YYBYACC 1 #define YYMAJOR 1 #define YYMINOR 9 #define YYPATCH 20070509 #define

y.tab.h

#define NOUN 257 #define PRONOUN 258 #define VERB 259 #define ADVERB 260 #define ADJECTIVE 261 #define PREPOSITION 262 #define CONJUNCTION 263

a56.m

y=randn(1,1000); thr1=thselect(y,'rigrsure') thr2=thselect(y,'sqtwolog') thr3=thselect(y,'heursure') thr4=thselect(y,'minimaxi')