Wilfred
Delft University of Technology
Followers: 0 Following: 0
Statistics
RANK
4,768
of 295,467
REPUTATION
10
CONTRIBUTIONS
10 Questions
6 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
3
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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.
7 years ago | 1
Question
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...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 2 answers | 0
2
answersQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0
1
answerHow 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...
12 years ago | 0
| accepted
Question
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 _...
12 years ago | 2 answers | 0
2
answersComplex state transition condition
You should use '&&' instead of '&'. See "Flowchart patterns' in the Stateflow manual.
12 years ago | 2
| accepted
Question
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)...
12 years ago | 2 answers | 0
2
answersQuestion
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...
13 years ago | 2 answers | 0
2
answersQuestion
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...
13 years ago | 1 answer | 0
1
answerStateflow chart without states
AFAIK, "state charts" with just junctions and transitions , and no states, can only be defined within a graphical function. Sear...
13 years ago | 0
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.
13 years ago | 0
| accepted
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 ...
13 years ago | 0
Question
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...
13 years ago | 1 answer | 0