代码搜索:S-function
找到约 1,813 项符合「S-function」的源代码
代码结果 1,813
www.eeworm.com/read/290607/8472399
m~ slplotbot.m~
%SLPLOTBOT S-function for robot animation
%
% This is the S-function for animating the robot. It assumes input
% data u to be the joint angles q.
%
function [sys,x0,str,ts] = splotbot(t,x,u,flag, r
www.eeworm.com/read/389692/8507302
m sffis.m
function sffis
%SFFIS Fuzzy Inference S-function.
% This is a SIMULINK S-function for fuzzy inference system; it is
% called by the SIMULINK block of fuzzy controller in FUZBLOCK.
% This fu
www.eeworm.com/read/288450/8631430
mdl simpleconstruction.mdl
Model {
Name "SimpleConstruction"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
Sho
www.eeworm.com/read/286722/8747655
m bdfm.m
function [sys,x0,str,ts] = BDFM(t,x,u,flag)
%SIMOM Example state-space M-file S-function with internal A,B,C,D matrices
% This S-function implements a system described by state-space equations:
%
www.eeworm.com/read/384849/8838363
mdl smiul.mdl
Model {
Name "smiul"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataType
www.eeworm.com/read/375224/9368009
mdl s_vargain.mdl
Model {
Name "s_vargain"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
RecordCoverage
www.eeworm.com/read/375224/9368044
mdl s_int.mdl
Model {
Name "s_int"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
RecordCoverage o
www.eeworm.com/read/179152/9368222
m vsfunc.m
function [sys,x0,str,ts] = vsfunc(t,x,u,flag)
%VSFUNC Variable step S-function example.
% This example S-function illustrates how to create a variable step
% block in Simulink. This block impl
www.eeworm.com/read/177691/9440289
m vsfunc.m
function [sys,x0,str,ts] = vsfunc(t,x,u,flag)
%VSFUNC Variable step S-function example.
% This example S-function illustrates how to create a variable step
% block in Simulink. This block impl
www.eeworm.com/read/177557/9447955
c syn_dvb.c
/*
* sfuntmpl_basic.c: Basic 'C' template for a level 2 S-function.
*
* -------------------------------------------------------------------------
* | See matlabroot/simulink/src/sfuntmpl_doc