bio_img_simulink

Guy on Simulink

Simulink & Model-Based Design

Initializing Parameters 38

Simulink models often use parameters from the MATLAB base workspace.  However, Simulink does not save the MATLAB base workspace with the model.  This leads me to the following question: How do you... read more >>

Representing Numbers: Integers and Fixed-Point

In embedded systems, computation time and memory are critical resources.  Floating-point calculations require special floating-point units for efficient computation and this translates to... read more >>

The Answer for Large Scale Modeling: Model Reference 21

Your model is someone else’s component.  The Model block
allows you to treat a Simulink model as a component within a larger system.  In this
post I will discuss the basic concepts of model
reference... read more >>