photo

Jakob Wilm


SDU Robotics

Last seen: 3 years ago Active since 2012

Followers: 0   Following: 0

Message

Associate Professor in Computer Vision

Statistics

All
File Exchange

1 File

Cody

0 Problems
4 Solutions

RANK
N/A
of 299,208

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
632 of 20,660

REPUTATION
2,865

AVERAGE RATING
4.80

CONTRIBUTIONS
1 File

DOWNLOADS
19

ALL TIME DOWNLOADS
26174

RANK
60,537
of 163,698

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


Iterative Closest Point
An implementation of various ICP (iterative closest point) features.

12 years ago | 19 downloads |

4.8 / 5
Thumbnail

Solved


Fill a zeros matrix
The aim is to fill an array of all zeros given a numerical value and the index of row and columns for this value. 3 Inputs: ...

13 years ago

Solved


Find third Side of a right triangle given hypotenuse and a side. No * - or other functions allowed
Find the remaining side of a triangle given the hypotenuse and a side. However, the normal functions and symbols are not allowe...

13 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

13 years ago

Solved


Set the array elements whose value is 13 to 0
Input A either an array or a vector (which can be empty) Output B will be the same size as A . All elements of A equal to 13...

13 years ago