代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/136696/13365567
m modify.m
function [dBp] = modify(dB,W,n)
%MODIFY: Consequence Modification: This function produce modified
% consequent BMp, based on consequent matrix B and similarity
% measure vector W. The meth
www.eeworm.com/read/136696/13365578
m intonfis.m
function intonfis
echo on;clf;clc;
% FISMAT: Fuzzy Inference Systems toolbox for MATLAB
% (c) Ahmad Lotfi,
% Department of Electrical and Computer Engineering
% University of Queensland
% Brisb
www.eeworm.com/read/136696/13365580
m very.m
function [dveryA] = very(dA)
%VERY: This function operate as a quantifier on matrix of fuzzy values
% A, and will returns the membership function related to
% 'very A'.
%
%
www.eeworm.com/read/136696/13365624
m integral.m
function [I]=integral(A,u)
%INTEGRAL: This function returns the integral of matrix of fuzzy value B over
% universe V. The integral I is a vector the same number on membership
% functions in
www.eeworm.com/read/136696/13365628
m moreless.m
function [dmoreA] = moreless(dA)
%MORELESS: This function operate as a quantifier on matrix of fuzzy values
% A, and will returns the membership function related to
% 'more_le
www.eeworm.com/read/136696/13365643
m bell_1.m
function y = bell_1(x, a, b, c)
% BELL_1: Generalized bell-shaped membership function with three
% parameters a, b, c. (Defaults are 1, 1, and 0 respectively).
%
%
www.eeworm.com/read/136696/13365647
m sigmoid.m
function y = sigmoid(x, a, c)
%SIGMOID: Sigmoidal membership function with two parameters a and c.
%
% [Y] = SIGMOID(X, a, c)
%
% Returns a matrix Y with th
www.eeworm.com/read/136696/13365653
m quantize.m
function [xq]=quantize(x,q)
%QUANTIZE: To quantize the input matrix X with a quantum size Q, this
% function can be utilized. (Xq=X+Q/2)
%
% Xq=QUANTIZE(X,Q)
% FISMAT: Fuzzy Infe
www.eeworm.com/read/136685/13365988
m exm07072_3.m
%exm07072_3.m
% 正确演示本文件的前提是:把本文件所在目录设置为当前目录。
clear,clc
disp('在当前目录运行绘图。')
disp('创建函数句柄')
Hy3=@fhzzy
fhzzy('line');
disp('按任意键,可继续。')
disp('使MATLAB\work成为当前文件夹')
pause
ss=which(
www.eeworm.com/read/136681/13366788
m exp2_8.m
echo off % 不显示程序内容
clear
clc
a=4;
b=6
disp('暂停,请按任意键继续') % disp指令可以用来显示字符
pause % 暂停,直到用户按任意键
echo on
% 显示程序内容,注意matlab默认是不显示
c=a+b
% 暂时把控制权交给键盘(在命令窗口中出现k提示符),
% 输入return,回车后退出,继续执行下面的语