photo

Damien


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

1 个提问
6 个回答

File Exchange

1 文件

Cody

0 个问题
50 个答案

排名
4,575
of 299,984

声誉
11

贡献数
1 个提问
6 个回答

回答接受率
0.0%

收到投票数
2

排名
15,496 of 20,857

声誉
10

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
108

排名
11,112
of 166,841

贡献数
0 个问题
50 个答案

评分
530

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

提问


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

9 years 前 | 1 个回答 | 1

1

个回答

已回答
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...

9 years 前 | 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)) &...

9 years 前 | 0

| 已接受

已回答
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...

9 years 前 | 0

已回答
How can plot square wave oscillator?
Hello, Try the function stairs()

9 years 前 | 0

| 已接受

已回答
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...

9 years 前 | 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: ...

9 years 前 | 0