답변 있음
Simulink filter simulation
Save your data to a file and use the <http://www.mathworks.com/help/toolbox/simulink/slref/fromfile.html From File block>. This...

13년 초과 전 | 0

답변 있음
Why does the Simulink Model Window keep losing focus on my Mac Book?
Simulink models are X11 windows on the Mac. Click on the X11 icon in your dock, select X11 > Preferences from the menu, and then...

13년 초과 전 | 0

답변 있음
How to build a simulink model which can generate HDL coder to resize images or videos?
If you are scaling down, a simple method to re-sample the signal could be used. You could resize to 1/2, or 1/3, etc by just se...

13년 초과 전 | 0

| 수락됨

답변 있음
RFID circuit simuling help:(
Yes, it is possible.

13년 초과 전 | 0

| 수락됨

답변 있음
how do you threshold using simulink auto threshold block?
The noise is probably due to a very even background color in your image. With such an even intensity, the Autothreshold block w...

13년 초과 전 | 0

답변 있음
Implementing a real-time clock
You will not be able to achieve <http://en.wikipedia.org/wiki/Hard_real_time#Hard.2C_firm.2C_and_soft_real-time "hard real-time"...

13년 초과 전 | 0

답변 있음
MATLAB Simulink - Hydraulic Windlass System
Start by looking at the forces on your system and the equations that define the motion. For a mass, you can probably approximat...

13년 초과 전 | 0

답변 있음
Interfacing 'Universal Bridge' with mathematical model of generator drive
The only way to interface between Simulink and SimPowerSystems is through sensors/sources, be they current or voltage.

13년 초과 전 | 0

| 수락됨

답변 있음
how to use set_param in a subsystem to change values of block same subsystem
In order to change the threshold of a switch, I recommend setting the threshold to .5 and using a Relational Operator to compare...

거의 14년 전 | 0

답변 있음
GRT target code runs slower than Rapid Accelerator mode
The memory layout for a GRT executable and a Rapid Accelerator executable could be quite different. Depending on cache effects,...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 0

답변 있음
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: ...

거의 14년 전 | 0

답변 있음
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 ...

거의 14년 전 | 1

답변 있음
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...

거의 14년 전 | 3

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

거의 14년 전 | 5

답변 있음
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...

거의 14년 전 | 1

| 수락됨

답변 있음
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...

거의 14년 전 | 1

| 수락됨

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

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 2

답변 있음
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 ...

거의 14년 전 | 3

답변 있음
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:/...

거의 14년 전 | 0

| 수락됨