Community Profile

photo

Ashane Fernando


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • 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...

5 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...

5 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...

5 years ago | 5 answers | 2

5

answers