代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/349646/10808540
m plotgauss2d_old.m
function h=plotgauss2d_old(mu, Sigma, plot_cross)
% PLOTGAUSS2D Plot a 2D Gaussian as an ellipse with optional cross hairs
% h=plotgauss2(mu, Sigma)
%
% h=plotgauss2(mu, Sigma, 1) also plots the
www.eeworm.com/read/349646/10809279
m plotgauss2d_old.m
function h=plotgauss2d_old(mu, Sigma, plot_cross)
% PLOTGAUSS2D Plot a 2D Gaussian as an ellipse with optional cross hairs
% h=plotgauss2(mu, Sigma)
%
% h=plotgauss2(mu, Sigma, 1) also plots the
www.eeworm.com/read/420106/10816608
m defclutter_s.m
function [sys,x0,str,ts] = defclutter_s(t,x,u,flag,restParam)
%
% The general form of an M-File S-function syntax is:
% [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn)
%
% Optional parameters,
www.eeworm.com/read/420106/10816634
m deftarget_s.m
function [sys,x0,str,ts] = deftarget_s(t,x,u,flag,restParam)
%
% The general form of an M-File S-function syntax is:
% [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn)
%
% Optional parameters,
www.eeworm.com/read/420106/10816649
m sigsplitdim_s.m
function [sys,x0,str,ts] = sigsplitdim_s(t,x,u,flag,restParam)
%
% The general form of an M-File S-function syntax is:
% [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn)
%
% Optional parameters
www.eeworm.com/read/420106/10816684
m toworkspace_s.m
function [sys,x0,str,ts] = toworkspace_s(t,x,u,flag,restParam)
%
% The general form of an M-File S-function syntax is:
% [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn)
%
% Optional parameters
www.eeworm.com/read/420106/10816694
fromworkspace_s
function [sys,x0,str,ts] = fromworkspace_s(t,x,u,flag,restParam)
%
% The general form of an M-File S-function syntax is:
% [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn)
%
% Optional paramete
www.eeworm.com/read/420106/10816722
m fromworkspace_s.m
function [sys,x0,str,ts] = fromworkspace_s(t,x,u,flag,restParam)
%
% The general form of an M-File S-function syntax is:
% [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn)
%
% Optional paramete
www.eeworm.com/read/469416/6976147
m plotgauss2d_old.m
function h=plotgauss2d_old(mu, Sigma, plot_cross)
% PLOTGAUSS2D Plot a 2D Gaussian as an ellipse with optional cross hairs
% h=plotgauss2(mu, Sigma)
%
% h=plotgauss2(mu, Sigma, 1) also plots the
www.eeworm.com/read/455115/7377689
m iscolinear.m
% ISCOLINEAR - are 3 points colinear
%
% Usage: r = iscolinear(p1, p2, p3, flag)
%
% Arguments:
% p1, p2, p3 - Points in 2D or 3D.
% flag - An optional parameter set to 'h' or 'ho