Risposto
Simscape - transforming a rotational motion into an oscillating transational motion
The problem with this system is the singular configurations (theta=0 or 180deg). SimMechanics is better suited to simulate such ...

oltre 12 anni fa | 0

Pubblicato


Don’t Engineer The Hyperloop in a Vacuum
Since it was released in August, the Hyperloop proposal by Elon Musk generated a lot of interest. Reactions were both...

oltre 12 anni fa

Thumbnail

Risposto
How can I put a signal (angle) on a joint actuator
This should help: http://blogs.mathworks.com/seth/2012/02/01/applying-motion-to-simmechanics-models/

oltre 12 anni fa | 1

| accettato

Pubblicato


Methods of the MATLAB System Block
In the last post on MATLAB System block, I tried to provide a basic introduction to System Objects in MATLAB and Simulink...

oltre 12 anni fa

Thumbnail

Risposto
Is it possible to visualize reaction forces in the SimMechanics Mechanics Explorer?
Not possible... but it is a good suggestion, I'll report to our development team.

oltre 12 anni fa | 1

| accettato

Risposto
Compiled Simulink model giving different results
I would bet that this is related to the "Single output/update function" parameter. See this doc page: http://www.mathworks.co...

oltre 12 anni fa | 0

| accettato

Pubblicato


slLinearizer: Batch Linearization of Simulink Models
This week I am happy to welcome guest bloggers Charu Fadnavis and Erman Korkut to introduce the new slLinearizer interface...

oltre 12 anni fa

Thumbnail

Risposto
how can i see variable output in subsystem on the surface of mask?
You will need an event listener or MATLAB S-Function to do a set_param on the mask drawing at every simulation step. I do not...

oltre 12 anni fa | 0

Risposto
How can I stop my Simulink model from generating slprj folder and .mex* files?
What the link below says about those files is "exclude them from source control". It does not say that they are detrimental in g...

oltre 12 anni fa | 3

Pubblicato


From Symbolic to Simulink
I am recently visited the MathWorks Japan office and learned about interesting work done by my colleague Hitoshi...

oltre 12 anni fa

Thumbnail

Pubblicato


2013 Simulink Student Challenge – Win up to $1000!
Have you done something super-cool in Simulink?Can you make a short video of it and share it on YouTube?Are you a...

oltre 12 anni fa

Thumbnail

Risposto
Simulink Error "Derivative input -47 ..." with integrator block
The port "-47" is a bug. I would recommend recommend trying in R2013b (I think it is fixed in this latest release). Also, you ca...

oltre 12 anni fa | 0

| accettato

Pubblicato


The MATLAB System Block
In R2013b, you will notice a new block in the Simulink Library Browser: The MATLAB System block. System...

oltre 12 anni fa

Thumbnail

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

oltre 12 anni fa

Pubblicato


Welcome R2013b!
MATLAB R2013b is live for download on MathWorks.com. Here is a list of Simulink-related features I find particularly...

oltre 12 anni fa

Thumbnail

Pubblicato


Implementing an iterative algorithm using the While Iterator Subsystem
Last week I helped a user implementing an iterative algorithm in Simulink using the While Iterator Subsystem. I thought it...

oltre 12 anni fa

Thumbnail

Risposto
Simulink:Aerospace 6 DoF Model Singularity with High Altitudes
I do not think it is because of high altitude. Based on the subsystem where the error happens shown in the screenshot, it looks ...

oltre 12 anni fa | 0

Risposto
i want to make an subsystem on or off depend on the condition
See this: http://blogs.mathworks.com/seth/2012/04/09/conditional-execution/

oltre 12 anni fa | 1

Risposto
pulse block in conditional subsystem
Change the Pulse Generator from Time-Based to Sample-based. That way the block will take a fixed-step size and the error should ...

oltre 12 anni fa | 0

Pubblicato


A Logic Analyzer for MATLAB and Simulink
When I wrote a post about the new features available in MATLAB R2013a, I got a request to provide details on the new Logic...

oltre 12 anni fa

Thumbnail

Risposto
Variant Subsystem variant control condition defined by previous subsystem output
This is not what variant subsystems have been designed for. Use a if-else construct, a Switch, or other options like the ones I ...

oltre 12 anni fa | 1

| accettato

Risposto
Sampling time must agree
Blocks inside Stateflow Simulink functions must inherit their sample time. This is because there is no way for the engine to kno...

oltre 12 anni fa | 0

| accettato

Pubblicato


Referencing Configuration Sets for Model Reference
A few weeks ago I described the possibility of storing more multiple configuration sets in a single model. Today we will...

oltre 12 anni fa

Thumbnail

Risposto
Using variable size matrices in Simulink
You are going in the wrong direction. Going back in the workspace is not the good approach. Instead, create a vector in Simul...

oltre 12 anni fa | 0

| accettato

Risposto
Implementing a customised counter in SIMULINK using basic blocksets
I would use the discrete time integrator (or the equivalent using Sum and Unit Delay). If the input is zero, it will stay at zer...

oltre 12 anni fa | 0

Risposto
Why is matrix size changing after demux in simulink?
Use a Selector, this will give you a better control over the dimensions.

oltre 12 anni fa | 0

Risposto
SimMechanics - Spherical Joint "kinematic constraint cannot be maintained"
Open the loop by removing one of the joints. Then connect one sensor on each CS that was connected to the loop. Simulate for 0 s...

oltre 12 anni fa | 1

Pubblicato


A Tweeting S-Function for the Raspberry Pi
I recently bought a Raspberry Pi. After trying a few of the demos included with the Simulink support package for Raspberry...

oltre 12 anni fa

Thumbnail

Risposto
Create an internal loop in Simulink simulation
It looks like you need the While Iterator Subsystem: http://www.mathworks.com/help/simulink/slref/whileiteratorsubsystem.html...

oltre 12 anni fa | 0

Risposto
A resettable Delay in SIMULINK
If you signal is discrete, the Delay block allos you to delay it form a number of samples coming form an input signal: http:/...

oltre 12 anni fa | 1

Carica altro