Community Profile

photo

Damien


Active since 2016

Statistics

All
  • First Submission
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Triathlon Participant
  • CUP Challenge Master
  • Solver

View badges

Content Feed

View by

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

mer än 7 år ago | 1 answer | 1

1

answer

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

mer än 7 år ago | 0

Answered
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)) &...

mer än 7 år ago | 0

| accepted

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

mer än 7 år ago | 0

Answered
How can plot square wave oscillator?
Hello, Try the function stairs()

mer än 7 år ago | 0

| accepted

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

mer än 7 år ago | 1

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

mer än 7 år ago | 0