photo

Manoj Kumar Kanakasabapathy


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
130,692
of 301,428

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,271

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
164,176
of 174,497

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

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


Is the loop getting skipped? I wanted las to take last array of trk with a value in it. but for some the loop seems to get skipped.. What am I doing wrong? Can someone please help??
tk = 1; trk = { [1;1], [1;1], [1;1], [1;1], [0;0], [0;0], [0;0]}; las =[]; if isempty(las) las = [0;0]; ...

12 years ago | 1 answer | 0

1

answer

Question


Is the loop getting skipped? I wanted las to take last array of trk with a value in it. but for some the loop seems to get skipped.. What am I doing wrong? Can someone please help??
tk = 1; trk = { [1;1], [1;1], [1;1], [1;1], [0;0], [0;0], [0;0]}; las =[]; if isempty(las) las = [0;0]; for roll ...

12 years ago | 2 answers | 0

2

answers