photo

sophiya sheikh


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
232,881
of 301,153

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,182

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,067

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 1

View badges

Feeds

View by

Question


How can we copy previous row elements to next row?
a=rq; [min1 idx]=min(eft(k,1:3)); for s=1:3 if k>1 && (s==idx) rq(k,s)=min1; else rq...

9 years ago | 0 answers | 0

0

answers

Question


For a 2D array how can we make the next row values same as last row value.
I just want to replace a single element from each row rest of the value of all rows will be similar as previous one. like I have...

9 years ago | 1 answer | 0

1

answer

Question


In a 2D Matrix, How can we remove all zeros in row and column.
AFTpred(1,10); PredAvail(10,10); c=1; for d=1:10 k=loc_of_r(1,d); for i=1:10 if CommCo...

9 years ago | 1 answer | 0

1

answer

2

answers