Kaixiang Wang
Followers: 0 Following: 0
Statistics
All
RANK
5,753
of 295,467
REPUTATION
8
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
4
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 2 answers | 0
2
answersAnswered
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.
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 ago | 1
Solved
Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...
7 years ago
Answered
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] ...
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 ago | 3