Beantwortet
How can I simulate a fixed orifice? (SimMechanics)
If this is correct: "My exact requirement is finding out the pressure drop and flow across the fixed orifice for various forces ...

mehr als 12 Jahre vor | 0

Beantwortet
Second Generation Sim Mechanics Motion Actuation
I just published this post today... this should help: http://blogs.mathworks.com/seth/2013/11/13/motion-actuation-in-simmecha...

mehr als 12 Jahre vor | 0

Beantwortet
Error Message in Simulink Simscape
If the error message tells you that there is no solver block connected to your network... maybe you should try connecting a solv...

mehr als 12 Jahre vor | 0

Veröffentlicht


Motion Actuation in SimMechanics R2013b
In R2013b, it is possible to specify joint motion in SimMechanics Second Generation models. In this post, I will use a...

mehr als 12 Jahre vor

Thumbnail

Veröffentlicht


Hyperloop Model Architecture: We want your feedback!
We had some fun in our last post about the Hyperloop open source transportation system, but we didn't get much into the...

mehr als 12 Jahre vor

Thumbnail

Beantwortet
Is it possible to obtain a debuggable S-function which is generated automatically by RTW?
In the generated makefile, search for "debug", you should find some comments explaining what to do. If you can find it, you shou...

mehr als 12 Jahre vor | 0

Beantwortet
SLX file to MDL ?
SLX was not invented in R2011b, so it cnnot read it. In the latest release, export to R2011b: http://www.mathworks.com/hel...

mehr als 12 Jahre vor | 5

| akzeptiert

Beantwortet
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 ...

mehr als 12 Jahre vor | 0

Veröffentlicht


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...

mehr als 12 Jahre vor

Thumbnail

Beantwortet
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/

mehr als 12 Jahre vor | 1

| akzeptiert

Veröffentlicht


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...

mehr als 12 Jahre vor

Thumbnail

Beantwortet
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.

mehr als 12 Jahre vor | 1

| akzeptiert

Beantwortet
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...

mehr als 12 Jahre vor | 0

| akzeptiert

Veröffentlicht


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...

mehr als 12 Jahre vor

Thumbnail

Beantwortet
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...

mehr als 12 Jahre vor | 0

Beantwortet
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...

mehr als 12 Jahre vor | 3

Veröffentlicht


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

mehr als 12 Jahre vor

Thumbnail

Veröffentlicht


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...

mehr als 12 Jahre vor

Thumbnail

Beantwortet
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...

mehr als 12 Jahre vor | 0

| akzeptiert

Veröffentlicht


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

mehr als 12 Jahre vor

Thumbnail

Gelöst


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 ...

mehr als 12 Jahre vor

Veröffentlicht


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

mehr als 12 Jahre vor

Thumbnail

Veröffentlicht


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...

mehr als 12 Jahre vor

Thumbnail

Beantwortet
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 ...

mehr als 12 Jahre vor | 0

Beantwortet
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/

mehr als 12 Jahre vor | 1

Beantwortet
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 ...

mehr als 12 Jahre vor | 0

Veröffentlicht


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...

mehr als 12 Jahre vor

Thumbnail

Beantwortet
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 ...

mehr als 12 Jahre vor | 1

| akzeptiert

Beantwortet
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...

fast 13 Jahre vor | 0

| akzeptiert

Veröffentlicht


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...

fast 13 Jahre vor

Thumbnail

Mehr laden