custor.m

来自「模糊控制工具箱,很好用的,有相应的说明文件,希望对大家有用!」· M 代码 · 共 8 行

M
8
字号
function y=custor(x)
%CUSTOR Customized OR functions for CUSTTIP.FIS.
%   This function is really just PROBOR in disguise.
%   Copyright 1994-2002 The MathWorks, Inc. 
%       $Revision: 1.8 $

y=(probor(x)/2);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?