photo

Ashane Fernando


Last seen: 6 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
18,872
of 301,200

REPUTATION
2

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
2

RANK
 of 21,190

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,339

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


Deleting the row of a 3D matrix with a condition
I have a simple 3D matrix. Every time I do this operation on the (:,:,1) matirx it gives me an error saying "A null assignment c...

7 years ago | 1 answer | 0

1

answer

Question


replacing values from a separate vector to multiple repeated values in another vector
I have a vector in the form of x = [1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 0]; and another vector resulted in from data manipu...

7 years ago | 1 answer | 0

1

answer

Question


Count the occurence of a number in between other numbers
I need to extract the number of zeros of the vector highlighted below. x = [ 1 0 0 1 1 1 0 1 1 0 0 0 0 0 1 1 0 1 0] My expecte...

7 years ago | 5 answers | 2

5

answers