Community Profile

photo

Kyril Kaufmann


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 4