Tagged Questions
Simulink® is an environment developed by The MathWorks for multidomain simulation and Model-Based Design for dynamic and embedded systems.
8
votes
7answers
3k views
Matlab Simulink version control with multiple developers
We're using Matlab Simulink for model development (and Real-Time Workshop autocoding) within a team of several developers.
We currently use Visual Source Safe (yes, I know its terrible) for version ...
5
votes
2answers
132 views
Will this technique reduce the MATLAB realtime workshop coder compilation time?
My workplace use MATLAB and sub-products Simulink, Realtime workshop (RTW), RTW Embedded Coder. We have a large simulink model that is compiled to C then to an object file for loading onto the ...
5
votes
2answers
456 views
Implementing custom Matlab functions in Simulink
I would like to use custom Matlab function in Simulink. So far I have done it by placing Embedded Matlab Fuction block. However if the custom function contains another custom function the compile ...
4
votes
2answers
204 views
Unit testing/continuous integration with Simulink/Stateflow
How can I perform unit testing in Simulink, or preferably, Stateflow?
I'm a fan of agile software methods, including test driven development. I'm responsible for the development of safety critical ...
4
votes
1answer
307 views
Matrix Multiplication of two Complex Vectors in Simulink
Two questions really, But I would like to make it more descriptive :
I am implementing a Modulator which involves Matrix Multiplication of complex Vector:
Just to give an example :
...
4
votes
1answer
608 views
Matlab Simulink: Transfer Function
I am trying to model a transfer function block for let's say 1/(s+1). I am having a hard time coming up with proper search terms for it, hence having trouble finding out how I can achieve this on the ...
4
votes
7answers
2k views
Modeling and Simulation Programming Language
I work with many different models and simulations. Some of the older models and simulations are written in FORTRAN. Some of those models have been converted to C++, but the current trend is to ...
4
votes
6answers
977 views
What is MATLAB? Does it generate executables?
What exactly is MATLAB/Simulink? I've tried to understand it but have only gotten more confused in the process.
I know that you can write programs utilizing high-level industry-specific functions and ...
3
votes
1answer
28 views
s-function in simulink MATLAB
I'm getting message
Error in S-function 'project1_simu/S-Function': S-Function 'chiu_sfcn' does not exist
whenever i run my simulink file which contains s-function block diagram. Any tips to ...
3
votes
1answer
186 views
Matlab, Simulink, Making connection between multiple simulink models via Lan
There is a Simulink model composed of some subsystems, It is supposed to run each subsystem in a computer and all computers are connected to a LAN network.
There are interconnections between these ...
3
votes
1answer
313 views
How can I adjust the display of IO ports on a subsystem block in Simulink?
I'm developing an 8-input digital multiplexer in Simulink and created a subsystem which implements a multiplexer operation with 3 enable inputs.
I would like to display the input channels (I0-I7) on ...
3
votes
3answers
450 views
Simulink: Synchronizing and timing
in order to simulate some processes I have a problem with getting a predefined working order of my self modeled blocks.
How can I be sure, that for example Block A must be finished before Block B and ...
3
votes
2answers
1k views
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 acoustics for various key navigation and localisation functions.
Since the ...
3
votes
3answers
4k views
Matlab: convert function to simulink block
How do I convert from a function that I have written as an m-file into a block in Simulink model? I couldn't find anything on Google that tells me how to do that easily, so it would be much ...
2
votes
1answer
79 views
Access/Call Simulink from Python
I want to model a system in Simulink, and then access that simulation from a python program to feed it new conditions or inputs.
I know there is a module out there that allows you to access the ...
2
votes
1answer
113 views
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 of them in different situations?
2
votes
0answers
40 views
Runtime drawing subsystem icon based on output results
Does someone know a way how to update/draw subsystem's input or output results in runtime? In this sense, one could do a Scope block, which updates itself during the simulation, so one could see the ...
2
votes
1answer
88 views
Pattern Matching in Simulink
I am trying to build a model to compare the input for a particular bit pattern.
For example, if I have to check for input pattern 1110, I build a model with 3 delay elements get the input and ...
2
votes
1answer
117 views
Configuring CORDIC ATAN Block in Simulink
I am using the CORDIC ATAN block in Simulink. I am using this block to calculate the Phase difference.
here is the part of the model that I am using:
I am giving the input a and b as 0, and I was ...
2
votes
3answers
364 views
Interpolation in Simulink[Matlab]
I've got three matrix which contain values of time and corresponding function. I need function values summed over time. Here is my data set(Data columns are marked with red):
As you see, columns have ...
2
votes
2answers
392 views
Generate a WLAN signal in Matlab
I am looking for some tool, through which I could generate / simulate the WLAN ( IEEE 802.11 b PHY layer ) signal.
My preference would be to generate in Matlab. Any useful links or idea how I can do ...
2
votes
1answer
285 views
Simulink: Simulation in a debugging-like mode
I have another issue on Simulink:
Is it possible to pause a simulation during it's runtime? After building up several steps via "Unit Delay" I want to pause my simulation before the next step is done ...
2
votes
1answer
327 views
MATLAB/Simulink serial send
I am using Simulink to communicate with a serial device. I am trying to use the Serial Send block to send a value to the device. If I try to use a 'traditional' source (such as the Constant block) to ...
2
votes
1answer
399 views
Find unused variables and functions in Matlab-Simulink project
I have a complex Matlab-Simulink project involving many m-files and mdl-files. Some m-files define variables that are used in other m-files (bad design, I know, but it is legacy code). There are also ...
2
votes
2answers
262 views
Mathworks Simulink Tutorial or Book?
I need to learn Simulink, any recommended online tutorials or books?
2
votes
2answers
441 views
How does Simulink simulation engine work?
I would like to understand how Simulink simulation engine works. Does it use a discrete event simulation mecanism (then how continous time is handled ?) ? Does it rely on a static cycle-based code ...
2
votes
3answers
579 views
Model in the loop testing of C code in Matlab/Simulink
I make a distributed embedded application that will make use of several micro-controllers. The unit under control is a mechanical unit that I do not have, but I have a Simulink model of it. What are ...
2
votes
3answers
331 views
When to use Simulink in an embedded processor
We are developing a motor controller on a dsPIC. We intend to use Simulink to model the motor control algorithm with Real Time Embedded Workshop to convert the Simulink model into C code.
Our ...
2
votes
1answer
606 views
Matlab Simulink scope log or saved data
I have a simulink model with a scope output that I want to observe. However, I want the data shown on the previous simulation while being stopped to be continuously shown on the scope window, or saved ...
1
vote
1answer
51 views
Rotational mechanical system in Simulink
I'm simulating a shaft system in Simulink, where I have to find the displacement of a mass. I'm not sure how to model this in Simulink because of the shaft and pulley. I'm looking through the ...
1
vote
0answers
67 views
water tank modeling in simscape
I want to model a simple tank with water flowing out of it.
Which has level sensor and connected to a controller.
When the sensor gets activated(means minimum value of tank has been reached), it sends ...
1
vote
1answer
73 views
How do I iterate through a struct in an Embedded Matlab Function in Simulink?
I have hit a roadblock where I am trying to iterate through a structure formed in the MATLAB workspace inside an EML (Embedded Matlab) function block in SIMULINK. Here is some example code:
% Matlab ...
1
vote
1answer
179 views
Disable/Comment a block in SImulink
Is it possible to comment out the block in Simulink like it is possible in any programming languages ? I mean, using logic, I can disable the block. but its not the best solution all the time.
I ...
1
vote
2answers
76 views
Matlab: How to see a simulations results
I am finding out how to use the 'From workspace' and 'to workspace' blocks in order to perform a simulation in a .mdl file by doing a small exercise as you see in the picture below.
I get something ...
1
vote
2answers
79 views
How can a simulink model discover it's own filename and path?
How can a simulink model discover it's own filename and path?
I would like to display some information about a matlab simulink model, without first knowing the filename. The information will be ...
1
vote
1answer
41 views
Version Controlled models in Simulink Library
I have a custom simulink library which contains many models. The plan is for all individual models to be version controlled at the source.
Is it possible for me to link my library file to the blocks ...
1
vote
1answer
957 views
Generating C code from a Matlab-Simulink model for DSP C6748
I'm trying to generate C code from a Matlab-Simulink simple model (eg.: sine wave generator with a DAC at the output). This code must be executed with Code Composer Studio
for TMS320C6748 DSP (Texas ...
1
vote
1answer
122 views
Command to show open a Simulink model and focus on a specific block
I've got a long list of comments in a separate document that refer the named subsystem blocks within a Simulink model. I'm going to process the document with a script that will generate a ...
1
vote
1answer
153 views
How to obtain the maximum of a number in Simulink?
I am building a model which requires me to find the maximum of a set of 8 signals, also find the index of the maximum value.
How can I build such a model in Simulink(Xilinx library) ?
I am guessing ...
1
vote
1answer
61 views
Implementing ceil function in Xilinx
I would like to take the ceil of the signal in Simulink(Xilinx Library). So, if for instance, the signal value is 1.5, the output would be 2.
Any suggestion on how can I implement it in Simulink ?
...
1
vote
2answers
122 views
Timing Signal understanding in Xilinx Simulink
I am having some trouble understanding the concept of Timing Signals in Simulink (Xilink Library).
I will explain with an example,
Suppose you have a serial Bitstream and you would like to take the ...
1
vote
1answer
118 views
Sine of the signal in Xilinx Simulink
I am implementing a DQPSK modulator and Demodulator. I would like to calculate the exp(1j*Phase) in Simulink.
How can I realize such a model ?
Here is the part of the model to calculate the Phase:
...
1
vote
1answer
243 views
DBPSK Demodulation in Simulink using Xilinx blockset
I am trying to build a DBPSK demodulator using Simulink and Xilinx blockset. I calculate the Phase Difference of the Successive samples like this :
So, now I need to map these Phase Difference to ...
1
vote
2answers
359 views
Simulink: How can I use object instances from workspace in an embedded matlab function?
In this case I have a neural network (NN) instance in my base workspace that I wish to use in a simulation with Simulink. I wrapped the use of the NN in an Embedded Matlab function with input ...
1
vote
1answer
273 views
Can't output multidimensional matrix in Matlab function in Simulink
For example I have function that creates matrix 2x2 : [1 2; 3 4]
I have such simple function:
function[result] = Rho(x)
// I've tried and so:
result = [1 2; 3 4];
// And so:
result(1,1) = 1;
...
1
vote
3answers
2k views
Matlab: How do I provide input to a Simulink model without placing it in the workspace
I have Simulink model that is currently being run from a script (i.e. not a function). The script writes variable values to the Matlab workspace, runs the model simulation (which uses these values), ...
1
vote
1answer
660 views
Simulink and MATLAB - When to use a workspace variable vs inport/outport
I'm new to using Simulink, and have been creating some models/libraries that have roughly five inputs and five outputs. As far as I can tell, I can read a variable from the workspace and write it to ...
1
vote
2answers
510 views
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 Simulink.
I could use a function block and use inbuilt Matlab functions to do it. But I, ...
1
vote
0answers
161 views
Difference between “Serial Send” and “To Instrument” blocks
The Instrument Control Toolbox in MATLAB/Simulink contains two blocks that can send data to a device on a serial port:
Serial Send: Send binary data over serial port
To Instrument: Send simulation ...
1
vote
2answers
156 views
System call from Simulink possible?
Is it possible to do a system call from Simulink? I haven't found it in documentation, but maybe there is a workaround. Or, it can be as easy as an function call.