Damien
Followers: 0 Following: 0
Statistics
RANK
4,475
of 295,467
REPUTATION
11
CONTRIBUTIONS
1 Question
6 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
15,185 of 20,234
REPUTATION
10
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
107
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to disable an action button programmatically in Simulink mask?
Hello, I'm actually looking for disable a button in a mask under conditions, it works well with parameters with the following c...
8 years ago | 1 answer | 1
1
answerHow to "push" changes to a set of models ?
Have you create your own custom library, so you can save all your models inside. Then when you change a block in your library it...
8 years ago | 0
How can I plot all these graphs using the if statement?
Hello, Your variable *e* should be a vector. I will try with a *for* loop for i = 1:2001 d(i)=i-27.5; if (0 < d(i)) &...
8 years ago | 0
| accepted
HOW TO PLOT SINGLE GRAPH OF TWO EQUATION WHICH IS CONDITIONALLY SATISFIED
Hello, Just define a variable which contains your result if Vds<Vgs-Vt Result=Id; else Result=Id1; end plot(Vds...
8 years ago | 0
How can plot square wave oscillator?
Hello, Try the function stairs()
8 years ago | 0
| accepted
How can I add values to an empty vector from a for loop?
Hello Penglu, I'm not sure of what you want to do exactly but you can try this code: y=0; for l=1:5 y(l) = y(1)+(4.*l...
8 years ago | 1
Magnitude Frequency response plot
Hello Boom, You have to firstly define your variables *z* and *j*. if *z* is going from *1 to 10*, and *j* is *1* then: ...
8 years ago | 0