photo

Jakob Hannibal


Copenhagn University

Active since 2014

Followers: 0   Following: 0

Message

Studying It & Health

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
279,520
of 300,499

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

11 years ago | 1 answer | 0

1

answer