Dienstag, 8. März 2011

what is an S Function ?

- S-functions are compiled as MEX-files.
- MEX-files are dynamically linked into MATLAB when needed.
- S-functions can be used with the Real-Time Workshop.
- S Function can be implemented as either an M-file or a MEX file.
  • M-file S-Function  
  • MEX-File S-Function 
- S-Function Concept:
  • Direct feedthrough :  
  • Dynamically sized inputs 
  • Setting sample times and offset
- >>sfundemos
-  S-Funktion (system function) ist die Beschreibung eines Simulink-Blockes in Matlab oder Maschinen-Code, wobei der Maschinen-Code aus C erzeugt werden kann und in Form eines MEX-Files vorliegen muss.
- Die Einbindung in Simulink-Prozesse erfordert auf Seiten der S-Funktionen eine spezielle Syntax.

http://groups.google.com/group/comp.soft-sys.matlab/browse_thread/thread/c2f37a6ab13c11db


http://alpha.fh-friedberg.de/iem/fileadmin/user_upload/kampschulte/ms1/ms1_VL11_Grafikanimation.pdf

http://www.esat.kuleuven.be/psi/spraak/courses/esatexpress/download/sfunctions.pdf

http://www.chem.mtu.edu/~tbco/cm416/MatlabTutorialPart5.pdf

Keine Kommentare:

Kommentar veröffentlichen