Community Profile

photo

Wilfred


Delft University of Technology

Last seen: quasi 4 anni fa Attivo dal 2011

Statistiche

  • Thankful Level 3
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Content Feed

Visto da

Risposto
Matlab R 2014b MAC OS 10.10: Mouse Cursor disappears in Simulink
This problem still exists in R2017b, mac OS 10.13.2.And, yes, hitting Esc a few times (still) helps.

circa 6 anni fa | 1

Domanda


How to use prediction model from Classification Learner App in Simulink? ("Dot notation not allowed")
I exported a prediction model "PredictionModel" from the Classification Learner App. I want to use this model in Simulink - eith...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to resolve this problem with the simulation data inspector in R2017a?
Today I updated Matlab/Simulink from R2016a to R2017a. When running a simulation of my modified version of the ssc_refrigeration...

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Simulation data inspector: how to increase number of data points in graph
I am running a simulation until t=20000s. When reviewing signals in the simulation data inspector, only the last 4000s are shown...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to save custom Simscape blocks?
Based upon a <https://nl.mathworks.com/matlabcentral/answers/334167-how-to-create-a-conditionally-executed-subsystem-in-simscape...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to create a conditionally executed subsystem in SimScape?
To get insight into the effect of door openings on the performance of a fridge, I've been trying to modify the ssc_refrigeration...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Risposto
How to achieve non-repeatable randomization in Stateflow?
Thanks for your suggestions. Actually I want non-repeatability for simulation runs within one session, OTOH non-repeatability fo...

circa 11 anni fa | 0

| accettato

Domanda


How to achieve non-repeatable randomization in Stateflow?
In R2012b I created a Stateflow chart (Matlab syntax) containing several random function calls ( _rand(1,1)_, _randn(1,1)_ and _...

circa 11 anni fa | 2 risposte | 0

2

risposte

Risposto
Complex state transition condition
You should use '&&' instead of '&'. See "Flowchart patterns' in the Stateflow manual.

oltre 11 anni fa | 2

| accettato

Domanda


New Stateflow MATLAB chart: can it be created from a "regular" chart?
I have a question regarding the MATLAB charts that have now been introduced in R2012B. Is it possible to convert a regular (old)...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


How to express inner product of two vectors in Stateflow action language?
I want to compute the inner product _y_ of two vectors _u_ and _v_ (same size, both based on input from Simulink) in Stateflow a...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


How to assign values to all the elements of a matrix in Stateflow action language?
I want to assign different values to all the elements in Stateflow action language in one statement. So if A is a 3x3 matrix I w...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Stateflow chart without states
AFAIK, "state charts" with just junctions and transitions , and no states, can only be defined within a graphical function. Sear...

oltre 12 anni fa | 0

Risposto
Stateflow graphical function won't take variables in ml expression
I figured out that I should have used _{x=ml.randi(y,1)}_ instead of using the _ml('')_ notation. Now it works.

oltre 12 anni fa | 0

| accettato

Risposto
stateflow_average
You can use the Matlab _mean_ function in a stateflow action. If your 3 values are x, y and z, then it would be something like ...

oltre 12 anni fa | 0

Domanda


Stateflow graphical function won't take variables in ml expression
I'm trying to construct a graphical function x=choosefrom(y), with x and y integers, which should return a random integer x, 1<x...

oltre 12 anni fa | 1 risposta | 0

1

risposta