답변 있음
State Space Representation of a Custom Simscape Component
Interesting... I never tried combining states with different units into a vector. Since your example is a simple linear sprin...

대략 14년 전 | 0

게시됨


How to Load and Save Bus Signal Data
In R2012a, the From Workspace, To Workspace, From File and To File blocks all support bus signals. This is an often...

대략 14년 전

Thumbnail

답변 있음
Using if/action blocks within an algebraic loop?
As you figured out, the algebraic loop solver uses a gradient descent method to solve the loop. The If/Else construct causes a d...

대략 14년 전 | 0

| 수락됨

게시됨


Signal Hierarchy Viewer
If you are like me and often need to understand and edit new Simulink models, you probably already looked at a bus signal...

대략 14년 전

Thumbnail

답변 있음
Error in port widths or dimensions
I don't know where the 4 comes from in your error message, but your B and D matrices have 2 columns, so your system should have ...

대략 14년 전 | 0

답변 있음
Maximum step size or automatic timing
Hi Dirk, This is very good question. There are 2 ways in Simulink to force a variable-time step solver to take a step at a...

대략 14년 전 | 1

| 수락됨

답변 있음
SIMSCAPE SINEWAVE DELAYED IN SCOPE
I think this is just a scope problem On the scope, click on the "Parameters" button. Go to the History tab and uncheck the "L...

대략 14년 전 | 0

| 수락됨

답변 있음
Difference b/w virtual and non virtual bus?
A virtual bus is just a visual representation in the Simulink editor. It makes your model look nicer and easier to manage when y...

대략 14년 전 | 9

게시됨


Automatic Refresh of Links and Model Blocks
The first time I tried editing models componentized with library blocks and referenced models in R2012a, I noticed something...

대략 14년 전

Thumbnail

답변 있음
Why am I observing zero flow rate in my SimHydraulics model ?
You say: "The fuel pump is wired in series to the two sensor" Flow sensor should be connected in series. Pressure sensor must...

대략 14년 전 | 0

| 수락됨

답변 있음
Loading structure with Simulink output returns timeseries object error
I tried reproducing by saving many variables to a mat-file, including a structure with fields of class Simulink.ModelDataLogs an...

대략 14년 전 | 0

| 수락됨

답변 있음
Simulink - Disabling - Enabling - Switching Off-On - Blocks - Subsystems
I would recommend using Variant Subsystem: http://www.mathworks.com/help/toolbox/simulink/slref/variantsubsystem.html The ...

대략 14년 전 | 2

답변 있음
Using structures as input of the model with parallel computing
I recommend using pctRunOnAll to initialize all the workers once before starting the for loop. About your error, look at the ...

대략 14년 전 | 0

게시됨


A scope for Simulink and MATLAB
Do you know about the Time Scope available with the DSP System Toolbox? This visualization tool was introduced in release...

대략 14년 전

Thumbnail

답변 있음
Joint Actuator Question
Are you activating in Force or motion? If this is in motion, the following might help: http://blogs.mathworks.com/seth/2012/0...

대략 14년 전 | 1

답변 있음
sending UDP packets from simulink directly over network?
Yes... you did not ask, but in case you want to know how, I would suggest to use the "UDP Send" block: http://www.mathworks.c...

대략 14년 전 | 1

답변 있음
Use of Simulink Signal Logging and SimScape Logs with Parallel
The following documentation page explain how to use the Single-Output Syntax for the sim Command: http://www.mathworks.com/he...

대략 14년 전 | 1

| 수락됨

게시됨


Conditional Execution
As we all know, in Simulink there are always multiple ways to implement a functionality. One situation where I often...

대략 14년 전

Thumbnail

답변 있음
simulink feedback error
In the dialog of the Inport, try to latch the input signal. Otherwise, introduce a delay in the loop.

14년 초과 전 | 1

| 수락됨

답변 있음
Problem with generating a signal
It looks like a problem with sample time. Enable the sample time colors from the Format menu. This will help you to view at w...

14년 초과 전 | 0

답변 있음
A good way to publish simulink values to GUI from a running model?
This is a good approach. However with just that, your GUI will need a mechanism to poke at the model to get the data. I wo...

14년 초과 전 | 1

| 수락됨

답변 있음
Smart way to limit motions in Simulink model
Very good question. I would say that it depends on what you mean by "smoother" I see 2 options to implement limits: - ...

14년 초과 전 | 3

| 수락됨

게시됨


Fine-Tuning Model Advisor Analysis
Today I welcome my friend Nishaat Vasi to introduce a new feature of Simulink Verification and Validation: Model Advisor...

14년 초과 전

Thumbnail

게시됨


Estimating Continuous-Time Transfer Functions with System Identification Toolbox
Today guest blogger Pravallika describes how she used new features of the System Identification Toolbox to design a...

14년 초과 전

Thumbnail

게시됨


Normal Mode Simulation in Real Time
In R2012a, Real-Time Windows Target offers two modes for executing Simulink models in real time: The classic External Mode...

14년 초과 전

Thumbnail

답변 있음
Invalid dimensions encountered while propagating dimensions from output port of Mux to...
This sort of error can happen for 2 reasons: Simulink misses information to propagate dimensions properly OR the dimensions you ...

14년 초과 전 | 1

| 수락됨

답변 있음
Simulink Counter
You say: "I wish to use the clock in a user defined function" What about using the "clock" function: http://www.mathwor...

14년 초과 전 | 0

답변 있음
Integrator in simulink
Here is how to do it: http://www.mathworks.com/help/toolbox/simulink/slref/integratorlimited.html

14년 초과 전 | 0

| 수락됨

답변 있음
Problem with controlled pneumatic pressure source
It is difficult to give an accurate answer without seeing the model. Is it possible that, at one node, you have a volume with...

14년 초과 전 | 0

답변 있음
Nonlinear equations within Simulink Coder
You can generate code for models with non-linearities. For example generate code for a model with a saturated integrator... ...

14년 초과 전 | 1

더 보기