Community Profile

photo

Isobel


Last seen: 2 years ago Active since 2015

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


How to replace certain rows in a matrix with the same row vector?
I have a 100 x 3 matrix that I first fill with a repeating row vector: colours = repmat([1, 0, 0], 100, 1) I then want t...

8 years ago | 1 answer | 0

1

answer

Question


How do I make a function accept structure and fields as separate inputs?
I have a structure that is organised something like this: Subject(index).DataType.DataSubType.means And I want to run a ...

8 years ago | 1 answer | 0

1

answer