代码搜索:continuous
找到约 2,697 项符合「continuous」的源代码
代码结果 2,697
www.eeworm.com/read/344464/11877530
m hybridmodel_script.m
figure
plot(tout,yout(:,1),'r*',tout,yout(:,2),'b^',tout,yout(:,3),'kp')
hold
plot(tout,yout(:,1),'r',tout,yout(:,2),'b',tout,yout(:,3),'k')
grid
axis([0 2.5 -1 2]);
legend('Continuous','Ts=0.7'
www.eeworm.com/read/155109/11898363
m lpos.m
function z = lpos(X)
% Fuzzy set large positive from FL Smidth
%
% function z = lpos(X)
%
% X value from universe
% z corresponding membership value
%
% The definition is functional (conti
www.eeworm.com/read/155109/11898390
m zero.m
function z = zero(x)
% Fuzzy set ZERO
%
% function z = zero(x)
%
% x value from universe
% z corresponding membership value
%
% The definition is functional (continuous).
% Vector input r
www.eeworm.com/read/155109/11898392
m zneg.m
function z = zneg(X)
% Fuzzy set zero negative from FL Smidth
%
% function z = zneg(X)
%
% X value from universe
% z corresponding membership value
%
% The definition is functional (contin
www.eeworm.com/read/155109/11898399
m pos.m
function z = pos(x)
% Fuzzy set POSITIVE
%
% function z = pos(x)
%
% x value from universe
% z corresponding membership value
%
% The definition is functional (continuous).
% Vector input
www.eeworm.com/read/155109/11898407
m low.m
function z = low(X)
% Fuzzy set LOW from FL Smidth
%
% function z = low(X)
%
% X value from universe
% z corresponding membership value
%
% The definition is functional (continuous).
% Ve
www.eeworm.com/read/155109/11898409
m mpos.m
function z = mpos(X)
% Fuzzy set medium positive from FL Smidth
%
% function z = mpos(X)
%
% X value from universe
% z corresponding membership value
%
% The definition is functional (cont
www.eeworm.com/read/155109/11898458
m spos.m
function z = spos(X)
% Fuzzy set small positive from FL Smidth
%
% function z = spos(X)
%
% X value from universe
% z corresponding membership value
%
% The definition is functional (conti
www.eeworm.com/read/155109/11898463
m ok.m
function z = ok(X)
% Fuzzy set ok from FL Smidth
%
% function z = ok(X)
%
% X value from universe
% z corresponding membership value
%
% The definition is functional (continuous).
% Vecto
www.eeworm.com/read/155109/11898475
m neg.m
function z = neg(x)
% Fuzzy set NEGATIVE
%
% function z = neg(x)
%
% x value from universe
% z corresponding membership value
%
% The definition is functional (continuous).
% Vector input