David Boelke
Followers: 0 Following: 0
Statistics
RANK
133.392
of 295.495
REPUTATION
0
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.991
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
Question
How to set a variable in the simulink workspace from the model itself?
My simulink Model uses Variables from its Model workspace. I can change those variables in the "Model Explorer" and from a matla...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How to optimize a function below a given value?
I have a function, which gives an output based on some input. The function is super non linear, it calls a simulink model, integ...
ongeveer 2 jaar ago | 1 answer | 0
1
answerHow to change simulink variable from matlab script?
What I used is this: a=get_param(bdroot,'modelworkspace'); T=1; a.assignin('T',T); Then I just replace the number in my si...
ongeveer 2 jaar ago | 0
Question
How to change simulink variable from matlab script?
This is a simplified example of the problem I am facing. What I have: I have a simulink model (PT1.slx): And I have a mat...
ongeveer 2 jaar ago | 3 answers | 0
3
answersIs it possible to switch between two joints in simulink multibody?
I found a workaround for myself. I used a joint, which had both degrees of freedom, with both of them being controlled by an inp...
meer dan 5 jaar ago | 0
| accepted
Question
Is it possible to switch between two joints in simulink multibody?
I want my simulink model to choose the type of a joint depending on a variable. I tried triggered subsystems, I tried enabled ...
meer dan 5 jaar ago | 1 answer | 0