Top "Simulink" questions

Simulink® is an environment developed by The MathWorks for multidomain simulation and Model-Based Design for dynamic and embedded systems.

Information about Simulink MDL and SLX formats?

What information is available about these file formats? What tools are available for parsing these files?

matlab simulink file-format
Loading the data for a Simulink Lookup Table from a file

I've built a Matlab/Simulink model that I'm using to simulate the performance of an underwater robotic vehicle that uses …

matlab modeling lookup-tables simulink acoustics
How to flip a Simulink block VERTICALLY?

I have been trying to flip a block in Simulink along the vertical but I couldn't figure out how this …

matlab simulink trigonometry
Resolving problems with Algebraic Loops in SIMULINK models

MY PROBLEM I have a SIMULINK model that has got a feeback loop aka Algebraic Loops that is causing error …

simulink solver feedback-loop
How to declare global variables for simulink containing matlab functions?

I'm building a simulink model with multiple matlab function blocks( http://in.mathworks.com/help/simulink/slref/matlabfunction.html ). Each …

matlab global simulink
Difference between a Simulink library and a model reference

What are (If there are) the differences between a Simulink library and a model reference. There's advantadges in using either …

simulink
Simulink: Convert Continuous Signal to Discrete

I am very new to simulink, so this question may seem simple. I am looking for a way to sample …

signal-processing simulink discrete-mathematics data-acquisition
Integer to Binary Conversion in Simulink

I know its a very basic question. But still, I am struggling to convert Binary to Integer and vice-versa in …

matlab simulink
Convert an array of data to a timeseries object

I have a 10000x43 array that represents test data taken from a data acquisition hardware. The first column is the …

matlab simulink test-data
How to plot array Y against X in Simulink?

I want to build some tank profiles and visualize them in Simulink while the simulation is running. In Matlab I …

plot simulink