Community Profile

photo

Kaixiang Wang


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

统计数据

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

查看徽章

Content Feed

排序方式:

提问


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

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

7 years 前 | 1

已解决


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

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

7 years 前 | 3