photo

Martin Vatshelle


Octio AS

Last seen: 5 years ago Active since 2015

Followers: 0   Following: 0

Message

Mathematician and computer scientist, now working as a geophycisist.

Skilled in programming in Java and MatLab.

Statistics

All
MATLAB Answers

2 Questions
3 Answers

Cody

0 Problems
138 Solutions

RANK
5,424
of 300,369

REPUTATION
9

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
3

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
1,512
of 168,436

CONTRIBUTIONS
0 Problems
138 Solutions

SCORE
1,711

NUMBER OF BADGES
9

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • Thankful Level 1
  • Introduction to MATLAB Master
  • Promoter
  • Community Group Solver
  • Cody5 Easy Master
  • Commenter
  • First Answer
  • Revival Level 1
  • CUP Challenge Master
  • Solver

View badges

Feeds

View by

Answered
Convert string to cell array
If you have a mix of text and numbers textscan as suggested by Geoff is a good solution. If you only have text strsplit does ex...

6 years ago | 0

Answered
Distance of Latlon based locations in an array
You should not use normal distance for lat-lon points. The reason is that for latitude 1 degree is approximately the same distan...

6 years ago | 1

| accepted

Question


Given an instance of a class (without knowing class name), how to call the constructor?
I have made a minimal example trying to implement a clone method classdef Person properties name; id; ...

6 years ago | 3 answers | 1

3

answers

Answered
Too many input arguments
You are right, when you call a method of an object with the . notation, that object is considered as the first input. This is no...

6 years ago | 1

Question


datestr: What is the expected behaviour?
The normal behaviour is: datestr(datenum('1408260615','yymmddHHMM',1990)) -> 26-Aug-2014 06:15:00 On faulty input the co...

10 years ago | 0 answers | 0

0

answers