Community Profile

photo

Kyril Kaufmann


Last seen: 3年弱 前 2020 年からアクティブ

統計

  • Thankful Level 1
  • First Answer

バッジを表示

Content Feed

表示方法

質問


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

4年弱 前 | 1 件の回答 | 0

1

回答

回答済み
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 ...

4年弱 前 | 4