photo

Kaixiang Wang


Last seen: 5 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

1 个提问
2 个回答

Cody

0 个问题
1 个答案

排名
5,800
of 297,457

声誉
8

贡献数
1 个提问
2 个回答

回答接受率
100.0%

收到投票数
4

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
120,481
of 158,938

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • Revival Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

提问


Force update scope window when running rapid accelerator mode from command line
As stated in <https://au.mathworks.com/help/simulink/ug/designing-your-model-for-effective-acceleration.html#brdcu1i-1 Design Yo...

6 years 前 | 2 个回答 | 0

2

个回答

已回答
Moving window in simulink during simulation
Try DSP System Toolbox - Statistics - Moving Maximum. You may want to put a Abs block in front of it as well.

8 years 前 | 1

已解决


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

8 years 前

已回答
Solving Matrices with Symbolic Variables
Simply use MATLAB symbolic toolbox and the _solve()_ function. syms a b c A=[1 2 3 4;5 6 7 8;9 0 1 2] X=[a;b;c;1] ...

8 years 前 | 3