Community Profile

photo

Kaixiang Wang


Last seen: fast 4 Jahre vor Aktiv seit 2016

Statistiken

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

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

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

etwa 7 Jahre vor | 1

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

mehr als 7 Jahre vor | 3