Community Profile

photo

Jakob Hannibal


Copenhagn University

Active since 2014

Followers: 0   Following: 0

Message

Studying It & Health

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
on the use of the accumarray function
When doing this: vals=101:106'; subs= [1 1;2 2;3 2;1 1;2 2;4 1;] A=accumarray(subs,vals) A = 205 0 0...

9 years ago | 0

Question


Logical indexing for matrix
Hi Everybody! I have difficulties with some logical indexing. I have vector with time values. For example the date 1st janua...

9 years ago | 2 answers | 0

2

answers

Question


remove row from matrix
Hello! I have a problem where I need to remove som rows from a matrix. I need to remove all numbers under 10 and over 60 from...

9 years ago | 1 answer | 0

1

answer