已回答
Is there a possible way to include enumeration in Signal builder function to define inputs?
Not possible... please contact support to explain your use case so it can be considered in future releases. For now, I would ...

12 years 前 | 0

| 已接受

已回答
Slow down Simulink to synchronize it with external session (JADE)
It is not clear how you interface with the external tool, but it looks lik an S-function is the way to go. In an S-Function (...

12 years 前 | 1

| 已接受

已回答
How to get sample time of the model through scrip?
Simulink.BlockDiagram.getSampleTimes http://www.mathworks.com/help/simulink/slref/simulink.blockdiagram.getsampletimes.html

12 years 前 | 1

已回答
Non-zero start time in Rapid Simulation Target
I will not go into details... with RSim target you have an option to choose a solver. See this link to see how to configure this...

12 years 前 | 0

已发布


Logging Multiple Signals
Today I want to highlight a new entry in the Simulation menu in R2013b: Log/Unlog Selected Signals. If you have to log...

12 years 前

Thumbnail

已回答
robotic arm force feedback simulation
This is very close to that you need: http://www.mathworks.com/help/physmod/sm/examples_v2/computing-actuator-torques-using-in...

12 years 前 | 0

| 已接受

已回答
Simulink Block execution information problem
Display the sorted order: http://www.mathworks.com/help/simulink/ug/controlling-and-displaying-the-sorted-order.html Here ...

12 years 前 | 0

| 已接受

已回答
linmod or linearize?
Here it is: http://www.mathworks.com/help/slcontrol/ug/linearizing-nonlinear-models.html#bsp453g-1 In short, the answer is...

12 years 前 | 0

已回答
Problem in linearizing a Simulink model
It is difficult to say without looking inside the subsystem in your model. A few tips: - If you have Simulink Control Design...

12 years 前 | 0

| 已接受

已回答
How do you convert a virtual subsystem to a subsystem which can be converted to referenced model?
The subsystem need to be atomic. Right-click on it, parameters, you should see a "Treat as atomic unit" checkbox. http://w...

12 years 前 | 2

| 已接受

已回答
Can I use embedded matlab functions in simulink models? Is it a good practice to use this?
yes, and yes! (but like all good things... don't abuse it)

12 years 前 | 0

已发布


Tracing Requirements to Models, Tests, and Generated Code
When I wrote a post about the R2013b new features, Fraser replied in a comment that one of his favorite new feature is the...

12 years 前

Thumbnail

已回答
Implementing model references with SimMechanics and SimHydraulics
Maximilian, componentizing is always a good idea! With Simscape and SimMechanics, the physical network cannot cross atomic bo...

12 years 前 | 0

| 已接受

已回答
How do I check if a subsystem handle is for a stateflow chart
Use the "MaskType" property of the subsystem... it is equal to 'Stateflow' for a Stateflow chart.

12 years 前 | 0

已回答
Position and velocity integral in Simulink
The Second Order Integrator is designed especially for that: http://www.mathworks.com/help/simulink/slref/secondorderintegrat...

12 years 前 | 1

| 已接受

已发布


Hyperloop: Not so fast!
This week Matt Brauer is back to describe work he did to analyze the trajectory of the Hyperloop proposal. This is a key...

12 years 前

Thumbnail

已回答
How can I start a timer when the value of a signal becomes zero?
Use Stateflow... it allows you to express this type of procedural logic in a very intuitive way. If you need to use Simulink ...

12 years 前 | 0

已回答
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 ...

12 years 前 | 0

已回答
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...

12 years 前 | 0

已回答
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...

12 years 前 | 0

已发布


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

12 years 前

Thumbnail

已发布


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

12 years 前

Thumbnail

已回答
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...

12 years 前 | 0

已回答
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...

12 years 前 | 5

| 已接受

已回答
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 ...

12 years 前 | 0

已发布


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

12 years 前

Thumbnail

已回答
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/

12 years 前 | 1

| 已接受

已发布


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

12 years 前

Thumbnail

已回答
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.

12 years 前 | 1

| 已接受

已回答
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...

12 years 前 | 0

| 已接受

加载更多