Respondida
GRT target code runs slower than Rapid Accelerator mode
It is likely that some of the hooks to connect the Rapid Accelerator mode simulation with Simulink may add a measurable overhead...

alrededor de 13 años hace | 0

Respondida
model to our project
I recommend you present one of my favorite simulations, the van der Pol equation. Type the following at the MATLAB prompt: ...

alrededor de 13 años hace | 0

Respondida
synch a .exe with simulink simulation
It is best to let Simulink keep track of time for you, and try to interface with your camera when Simulink needs a new frame of ...

alrededor de 13 años hace | 1

Respondida
simulink toolbox portability
When MATLAB reports an Invalid MEX-file it usually means the file was compiled for a different platform (Win32 vs Win64) than th...

alrededor de 13 años hace | 3

Respondida
PSO in simulink
In general, optimization is applied to a Simulink model using MATLAB commands to adjust variables that define the parameters of ...

alrededor de 13 años hace | 5

Respondida
What is a "LibIsSampleHit" function and why can't PLC Coder generate code for it?
|LibIsSampleHit| is used to determine if the block executes on a given step. This is run when the model has multiple rates. Li...

alrededor de 13 años hace | 1

| aceptada

Respondida
How can I define some initialization commands in a s-function block in Simulink depending on a declarated variable from the Matlab command window ?
S-functions can include parameter inputs. There are examples of this for Level 2 MATLAB S-function, (msfcndemo_limintm) and C-M...

alrededor de 13 años hace | 1

| aceptada

Respondida
CIC filter wordlength and simulink simulation problem
The <http://www.mathworks.com/products/sigprocblockset/ Signal Processing Blockset> contains the <http://www.mathworks.com/help/...

alrededor de 13 años hace | 0

Respondida
How can I send and receive data to MATLAB from a C++ application?
To start, write a MATLAB MEX function that you can call to send and receive commands from MATLAB to the C++ program through what...

más de 13 años hace | 0

Respondida
How to connect incompatible components?
Simulink is the common environment, so you can use Simulink signals to connect between SimRF and SimPowerSystems. To get a Si...

más de 13 años hace | 2

Respondida
Can I implement a simulation of rolling contact fatigue?
If your rolling contact fatigue model is implemented in another language, like C, FORTRAN or MATLAB, you should be able to call ...

más de 13 años hace | 3

Respondida
Algebraic Loops Created in Migration to 2010a
I think I need more information to properly answer this question, however, upgrade issues are often addressed by running <http:/...

más de 13 años hace | 0

| aceptada