Community Profile

photo

AMIT PAWAR


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


Array slicing scattered rows
How can I select scattered rows from an array? Suppose A = rand(6,6) now how can I select everything except the second and fif...

4 years ago | 1 answer | 0

1

answer

Question


fmincon constrain a row to be fixed
rng(4) St = transpose(rand(9,10)) Stplus1 = transpose(rand(9,10)) fun = @(x) norm(transpose(St*x - Stplus1)*(St*x - Stplus1...

4 years ago | 1 answer | 0

1

answer

Question


fmincon constraints error: Aeq must have 81 column(s).
I am trying to minimize the norm of a matrix. But I want to put constraints on my argument x which is a 9x9 matrix such that x*o...

4 years ago | 1 answer | 0

1

answer