代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/304414/13794812
m fuzzpid.m
%Fuzzy Tunning PID Control
clear all;
close all;
a=newfis('fuzzpid');
a=addvar(a,'input','e',[-3,3]); %Parameter e
a=addmf(a,'input',1,'NB','zmf',[-3,-1]);
a=addmf(a
www.eeworm.com/read/304373/13795416
m mset.m
function mset(varargin)
% MSET - GloptiPoly parameters settings
%
% MSET = displays parameters
% MSET CLEAR = delete all existing variables and set default parameters
% MSET CLEARMEAS = delete al
www.eeworm.com/read/304244/13797367
c configfile.c
/**********************************************************************
* Software Copyright Licensing Disclaimer
*
* This software module was originally developed by contributors to the
* cou