photo

David Boelke


Last seen: etwa ein Jahr vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 1
  • Revival Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

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

fast 2 Jahre vor | 0

Frage


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

fast 2 Jahre vor | 3 Antworten | 0

3

Antworten

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

mehr als 5 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort