Community Profile

photo

Elias Hasle


Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to substitute multiple array syms easily?
Setup: A = sym('A', 4) B = sym('B', 3) x = A*A(1:4,1)+[B(1:3,1); 0] subs(x, {A, B}, {diag([3,2,1,0]), diag([1,3,5])}) Outpu...

mehr als 4 Jahre vor | 2 Antworten | 1

2

Antworten

Beantwortet
How to generate a symmetric positive definite matrix?
What are the requirements to the distributions of the resulting random variables? I think a crucial insight is that multiplying...

mehr als 4 Jahre vor | 0

| akzeptiert

Beantwortet
Assigning a placeholder variable
Couldn't you use the symbolic toolbox? E.g.: syms x_symbol y = <some expression of x_symbol> z = <some other expressi...

mehr als 5 Jahre vor | 0

Beantwortet
How to connect Logitech Extreme pro 3D Joystick to Simulink on Mac
Try ID 0 or 1. I found mine on 1.

mehr als 5 Jahre vor | 1

Beantwortet
state space model has error
I don't know if this is relevant to your (five year old) case, but in case someone else encounters this error message: I got it...

mehr als 5 Jahre vor | 5

Beantwortet
2018a Copy Paste not working Live Scripts
I tried the double drag and drop solution for a while, but it becomes very cumbersome when editing formulas etc. I did not want ...

mehr als 5 Jahre vor | 2