Statistics
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
Feeds
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
answersQuestion
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
answerQuestion
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
answerQuestion
I need to get position of array a(contains max of commcost) in array b, but getting error Attempted to access CommCost(10,1); index out of bounds because size(CommCost)=[9,10].
for i=1:10 comp=a(i); %disp(comp) for k=1:10 % disp(CommCost(i,k)) ...
9 years ago | 2 answers | 0
