Community Profile

photo

Kaixiang Wang


Last seen: 거의 4년 전 2016년부터 활동

Followers: 0   Following: 0

통계

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

5년 초과 전 | 답변 수: 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년 전 | 1

문제를 풀었습니다


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

대략 7년 전

답변 있음
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년 초과 전 | 3