Community Profile

photo

Kyril Kaufmann


Last seen: 거의 3년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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