photo

Kaixiang Wang


Last seen: 5년 초과 전 2016년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

1 질문
2 답변

Cody

0 문제
1 답안

순위
5,629
of 300,381

평판
8

참여
1 질문
2 답변

답변 채택
100.0%

획득한 표
4

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
113,684
of 168,477

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

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

문제를 풀었습니다


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

8년 초과 전

답변 있음
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] ...

거의 9년 전 | 3