代码搜索:S-function

找到约 1,813 项符合「S-function」的源代码

代码结果 1,813
www.eeworm.com/read/147096/12585089

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/147096/12585217

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/147096/12585287

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/133942/14017076

c putsig.c

/* * PUTSIG Puts a signal to the workspace to act as a GOTO block * To be used in conjunction with GETSIG * * Syntax: [sys, x0] = putsig(t,x,u,flag,width,'na
www.eeworm.com/read/204026/15347347

mdl vid_edge.mdl

Model { Name "vid_edge" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines on ShowLineDimensions on ShowPortDataTyp
www.eeworm.com/read/101557/15826944

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/101557/15827000

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/101557/15827032

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/290607/8472351

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. % % Implemented as an S-function so as to update disp
www.eeworm.com/read/290607/8472360

m slaccel.m

%SLACCEL S-function for robot acceleration % % This is the S-function for computing robot acceleration. It assumes input % data u to be the state vector [q qd]. % % Implemented as an S-function to get