Beantwortet
Is there any limitation in simscape in adding two types of sensors to a circuit?
Torque sensor allows zero motion, it needs to be connected in series. It is like a real physical torque sensor.

etwa 12 Jahre vor | 0

| akzeptiert

Veröffentlicht


Welcome R2014a!
MathWorks just released MATLAB R2014a! (Licensed users can download R2014a here.) Here is a quick look at the new Simulink...

etwa 12 Jahre vor

Thumbnail

Veröffentlicht


The Simulink Curling Simulator… we did it!
After I published my post on simulating figure skating in Simulink, my colleague Corey Lagunowich and I discussed what other...

etwa 12 Jahre vor

Thumbnail

Veröffentlicht


Debugging Simulink Coder Executable Easily in R2013b
A few days ago I was showing a user how to debug an executable generated by Simulink Coder and I realized that the new...

etwa 12 Jahre vor

Thumbnail

Veröffentlicht


How Mature is your Model-Based Design Deployment?
Last week I took part in a presentation about the Model-Based Design Process Assessment™ offered by the MathWorks Consulting...

etwa 12 Jahre vor

Thumbnail

Veröffentlicht


Everyone loves a package… Especially a Hyperloop simulation.
In case you forgot, tomorrow is Valentine's Day. Instead of going for the classic bouquet of flowers or box of chocolates,...

etwa 12 Jahre vor

Thumbnail

Veröffentlicht


Win Olympic Gold with SimMechanics: Modeling Figure Skating and Angular Momentum
With the XXII Winter Olympics starting this week, I thought we should take the time to model something from the games! So...

mehr als 12 Jahre vor

Thumbnail

Veröffentlicht


How to model a hard stop in Simulink
Since R2010a, the Simulink Library includes a block named Integrator, Second Order. In my experience most people do...

mehr als 12 Jahre vor

Thumbnail

Veröffentlicht


A Free Dialog for your MATLAB System Block
Today I am happy to welcome guest blogger Jacob Halbrooks to describe some nice capabilities of the MATLAB System block...

mehr als 12 Jahre vor

Thumbnail

Beantwortet
Sources for learning the intricacies of Simulink?
I try my best to describe important Simulink intricacies here: http://blogs.mathworks.com/seth/ Specific to s-function, he...

mehr als 12 Jahre vor | 0

Veröffentlicht


Simulink and MATLAB objects
Recently, I spoke with a user who needed to interface a Simulink model with an external flight simulator implemented as java...

mehr als 12 Jahre vor

Thumbnail

Beantwortet
Terminology 101: XPC , Real-Time, ERT, SIL, PIL, External Mode
I like this page for HIL: http://www.mathworks.com/discovery/real-time-testing.html This section of the doc will help for ...

mehr als 12 Jahre vor | 0

Veröffentlicht


Problems with your S-Functions… Try this Diagnostic!
Ahhh... C Mex S-function... If you ever tried creating a C Mex S-function and were a little rusty on your C programming,...

mehr als 12 Jahre vor

Thumbnail

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

mehr als 12 Jahre vor | 0

| akzeptiert

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

mehr als 12 Jahre vor | 1

| akzeptiert

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

mehr als 12 Jahre vor | 1

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

mehr als 12 Jahre vor | 0

Veröffentlicht


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

mehr als 12 Jahre vor

Thumbnail

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

mehr als 12 Jahre vor | 0

| akzeptiert

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

mehr als 12 Jahre vor | 0

| akzeptiert

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

mehr als 12 Jahre vor | 0

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

mehr als 12 Jahre vor | 0

| akzeptiert

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

mehr als 12 Jahre vor | 2

| akzeptiert

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

mehr als 12 Jahre vor | 0

Veröffentlicht


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

mehr als 12 Jahre vor

Thumbnail

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

mehr als 12 Jahre vor | 0

| akzeptiert

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

mehr als 12 Jahre vor | 0

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

mehr als 12 Jahre vor | 1

| akzeptiert

Veröffentlicht


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

mehr als 12 Jahre vor

Thumbnail

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

mehr als 12 Jahre vor | 0

Mehr laden