代码搜索:S-function
找到约 1,813 项符合「S-function」的源代码
代码结果 1,813
www.eeworm.com/read/424063/10501787
m arraymin.m
function [sys, x0, str, ts] = arraymin(t,x,u,flag)
%ARRAYMIN outputs the index of the minimum input.
% This M-file is designed to be used in a SIMULINK S-function block.
% This function will de
www.eeworm.com/read/424063/10501954
c simde2bi.c
/*
* Wes Wang 6/14/94
* Copyright (c) 1994-96 The MathWorks, Inc.
* All Rights Reserved
* $Revision: 1.1 $ $Date: 1996/04/01 19:04:30 $
*/
#include "simstruc.h"
/* specify the name of t
www.eeworm.com/read/424063/10502097
m arraymax.m
function [sys, x0, str, ts] = arraymax(t,x,u,flag)
%ARRAYmax outputs the index of the maximum input.
% This M-file is designed to be used in a SIMULINK S-function block.
% This function
www.eeworm.com/read/160392/10535734
txt new.txt
Documentation Fix (Typos). Fixed a bug in the parametric hysdel (derived symbolic parameters were wrongly requested). Fixed a bug in the file opening procedures (causing failure to open some files). P
www.eeworm.com/read/423001/10594049
m ms_spun_qconvert.m
function [sys,x0,str,ts] = MS_SPUN_QConvert(t,x,u,flag)
%SFUNTMPL General M-file S-function template
% With M-file S-functions, you can define you own ordinary differential
% equations (ODEs),
www.eeworm.com/read/423001/10594076
asv ms_spun_qconvert.asv
function [sys,x0,str,ts] = MS_SPUN_QConvert(t,x,u,flag)
%SFUNTMPL General M-file S-function template
% With M-file S-functions, you can define you own ordinary differential
% equations (ODEs),
www.eeworm.com/read/420106/10816580
m sigplot2win_s.m
function [sys,x0,str,ts] = sigplot2win_s(t,x,u,flag, restParams)
%SIGPLOT2WIN_S S-function for plotting radar signals.
%
%--------
%Synopsis:
% [sys,x0,str,ts] = sigplot2win_s(t,x,u,flag, restParams
www.eeworm.com/read/420106/10816582
m defant_s2.m
function [sys,x0,str,ts] = defant_s2(t,x,u,flag,whereElement,restParam)
%DEFANT_S2 S-function for antenna definition.
%
%--------
%Synopsis:
% [sys,x0,str,ts] = pantpat3_s(t,x,u,flag,restParam)
%
%
www.eeworm.com/read/420106/10816628
m defant_s.m
function [sys,x0,str,ts] = defant_s(t,x,u,flag, restParam)
%DEFANT_S S-function for antenna definition.
%
%--------
%Synopsis:
% [sys,x0,str,ts] = pantpat3_s(t,x,u,flag,restParam)
%
%Description:
%
www.eeworm.com/read/420106/10816631
m basecorrm_s.m
function [sys,x0,str,ts] = basecorrm_s(t,x,u,flag)
%
% The general form of an M-File S-function syntax is:
% [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn)
%
% Optional parameters, P1,...,Pn