photo

AMIT PAWAR


Last seen: 6 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
169,131
of 301,432

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

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

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

6 years ago | 1 answer | 0

1

answer