Risposto
linearising a non-linear plant model
It looks like you are in the right direction: - The System Identification Toolbox is the tool to identify the relation betwee...

quasi 13 anni fa | 0

| accettato

Pubblicato


Creating Driver Blocks for Arduino, Lego, and other targets
As you may know, it is easy to run Simulink models on a set of supported target hardware. This has been possible since...

quasi 13 anni fa

Thumbnail

Pubblicato


To Latch or not to Latch?
Yesterday I explained to a colleague the effect of the Inport block option Latch input for feedback signals of function-call...

quasi 13 anni fa

Thumbnail

Risposto
nested Simulink While Iterators
I don't remember using nested iterator subsystem myself. I was curious, so I searched our database and I cannot find reports of ...

quasi 13 anni fa | 0

Risposto
Variable Time Step Solver
I confirm: The "tout" signal apply to all signals that have a "continuous sample time. If you want to see more of what the co...

quasi 13 anni fa | 0

Risposto
Modify dynamically a sample time in Simulink
Sample time cannot change during simulation. What you can do is set the sample time as the smallest possible rate you want to...

quasi 13 anni fa | 1

Risposto
Simscape: Create unidirectional Locking mechanism component
You will not be able to implement a pure lock. Using Simscape language, you could write an ssc-file to "lock" by enabling a stif...

quasi 13 anni fa | 0

Risposto
Difference between 3D Animation Toolbox vs SimMechanics?
If you already implemented the equations in Simulink I would go for Simulink 3D Animation. You will need to find/create VRML obj...

quasi 13 anni fa | 2

Risposto
Using same gobal simulation options for a model and all the models that are referred in it
Share the configuration, see details here: http://www.mathworks.com/help/simulink/ug/sharing-a-configuration-set-between-refe...

quasi 13 anni fa | 0

| accettato

Pubblicato


New for R2013a: Time Scope with Triggering!
Today we are happy to welcome guest blogger Kirthi Devleker to talk about a new trigger functionality added to the Time...

quasi 13 anni fa

Thumbnail

Risposto
Comment a block or subsystem in simulink
Right-click on it and select "Comment out": http://www.mathworks.com/help/simulink/ug/editing-blocks.html#btms_1l Ctrl+Shi...

quasi 13 anni fa | 2

| accettato

Pubblicato


Time to Convert to Variant Subsystems
If you are a user of Configurable Subsystems, it is time to start thinking about making the switch to Variant...

quasi 13 anni fa

Thumbnail

Risposto
Simulink "While Iterator" subsystem development and debugging
The dataset logging format allows you to log all the iterations of For and While Iterator subsystems http://blogs.mathworks.c...

quasi 13 anni fa | 0

| accettato

Risposto
State Space with variable parameters
Do it with basic blocks. A few Product, Sum, and Integrator blocks will do the job. This solution might help: http://www.m...

quasi 13 anni fa | 0

| accettato

Risposto
How to group same buses together over a MUX ?
Use Concatenate: http://www.mathworks.com/help/simulink/slref/concatenate.html

quasi 13 anni fa | 0

| accettato

Pubblicato


Some of My Favorite New Features in R2013a
MATLAB R2013a is now available for download! At the end of this post, I reveal my favorite feature in R2013a… what will it...

quasi 13 anni fa

Thumbnail

Risposto
how to integrat matlab simulink model in a raspberry pi????
You have a good timing! It is available today in R2013a: http://www.mathworks.com/academia/raspberry-pi/

quasi 13 anni fa | 1

| accettato

Risposto
HOW TO MAKE ODE14X RUN WITHOUT ERRORS?
Very likely this is because the dynamics in your model is too fast to be captured by the solver step size. You know... the Nyqui...

quasi 13 anni fa | 0

Risposto
The art of delaying (discrete)
Sample Time Offset: http://blogs.mathworks.com/seth/2011/11/20/sample-time-offset/

quasi 13 anni fa | 1

| accettato

Risposto
how to write a program or a simulink block of a 3 dimensional nonlinear torsional equations of a mechanical system?
This might help if you want to use SimMechanics: http://www.mathworks.com/tagteam/43892_AIAA20076479KennedyFinal.pdf

quasi 13 anni fa | 0

Risposto
Why does my If Action block have vertical bars next to port names?
It is an optional display to let you know if the execution context of the conditionally executed subsystem can propagate outside...

quasi 13 anni fa | 2

| accettato

Risposto
Pneumatic Check Valve - how do I model one from basic elements?
You have 2 options: - Build it using basic components. This will very likely involve some mechanical components like spring-m...

quasi 13 anni fa | 1

Risposto
Programmatically Building a Rapid Simulation (RSim) Target
did you try slbuild? http://www.mathworks.com/help/simulink/slref/slbuild.html

quasi 13 anni fa | 0

| accettato

Risposto
Identical blocks in Simulink with identical inputs from different sources results in different solutions
Are the colors in your image sample time colors? If yes, do you have the same response using ode1 solver? If ode1 solver give...

quasi 13 anni fa | 1

Risposto
Simulink "Goodness" Block, Function to Coefficeint
With only one point, I don't know... but with a buffer of past points, this sounds like a cross-correlation: http://www.mathw...

quasi 13 anni fa | 0

| accettato

Pubblicato


MATLAB Language in Stateflow
Have you noticed a new block in the Stateflow Library since R2012b? The MATLAB Chart block uses MATLAB as the action...

quasi 13 anni fa

Thumbnail

Pubblicato


I can’t believe it took me 6 months to find that!
This week, after using Simulink R2012b for 6 months, I discovered a little something I find very useful. Closing...

circa 13 anni fa

Thumbnail

Pubblicato


Data Dependency Violation Errors and Subsystem Semantics
Did you ever receive a "data dependency violation" error message from a Simulink model? I will try to explain why...

circa 13 anni fa

Thumbnail

Risposto
LEGO NXT - Datalog ability - adjustments of external mode or other solutions?
Here are a few info that might help you based on my experience: - Typically, external mode is a lower priority process. If yo...

circa 13 anni fa | 0

| accettato

Pubblicato


Accessing Block Data During a Simulation
This week I discovered that event listeners also work with bus signals! You might be saying: "What is an event...

circa 13 anni fa

Thumbnail

Carica altro