Community Profile

photo

Kyril Kaufmann


Last seen: fast 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


quadprog different output for R2020a and R2017a
Hello, If I run quadprog minimization function I get completely different results on R2020a and R2017a. It seems that the outpu...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
convert matrix in single column
For a more algorithmic solution: % From matrix to vector N = 10; mat1 = rand(N); vec1 = zeros(N*N,1); for i=1:N for ...

fast 4 Jahre vor | 4