photo

Selin Ozdemir


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
127,395
of 300,508

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How can I deal spesific value and add constraint?
I have matrix T T =[1 3 2 1 3 1 4 4 5 1 6 1 7 1 8 ...

9 years ago | 1 answer | 0

1

answer

Question


How can I change/replace values in second column according to conditions?
Here is the matrix 10x2 1 10 2 24 3 7 4 0 5 18 6 3 7 15 ...

9 years ago | 1 answer | 0

1

answer

Question


How can I find unique values in column ?
This is my matrix m= 1 10 2 1 2 2 2 3 2 4 3 1 ...

9 years ago | 1 answer | 0

1

answer

Question


How can i change my index number (for a==1) and get unique i value? i=1:200 j=1:24
......... C=intlinprog(f,intcon,A,b,Aeq,beq,lb,ub); a=reshape(C,24,200); a [col,i]=find(a==1) m=[i,col] Resu...

9 years ago | 1 answer | 0

1

answer