photo

Michiel Smit


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
2 Answers

RANK
68,213
of 300,392

REPUTATION
0

CONTRIBUTIONS
10 Questions
2 Answers

ANSWER ACCEPTANCE
70.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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

  • Explorer
  • Thankful Level 3

View badges

Feeds

View by

Question


Draw polygon around grid points
Dear reader, I want to draw polygon around a set of grid points. For clarity I have added a figure below I need to draw a ...

3 years ago | 1 answer | 0

1

answer

Answered
Filter data based on wind direction
Nevermind, I managed to find a solution myself. It is not very elegant, but at least it works: v = rand(1000,1)*15; phi = rand...

3 years ago | 0

Question


Filter data based on wind direction
Dear reader, Currently I am working with a dataset consisting of windspeeds (v) and directions (phi) in several locations. I ne...

3 years ago | 1 answer | 0

1

answer

Question


Calculate duration of Peaks using findpeaks function
Dear reader, I am currently working on an analysis of storm events. I am interested in finding the duration of storms defined b...

3 years ago | 2 answers | 0

2

answers

Question


Find maximum value for every four hours
Dear reader, I have a dataset containing of a datetime array and significant wave height array for every hour between 1950 and ...

4 years ago | 1 answer | 0

1

answer

Question


Combine data from 3 tables based on common datetime?
Dear reader, I am currently working with three tables of measurement at different location. However, the time intervals of the ...

4 years ago | 3 answers | 0

3

answers

Question


Combine data from multiple netCDF files
Dear reader, I have multiple datasets for hourly wave height in the NE Atlantic Ocean that is stored in netCDF files for each m...

4 years ago | 2 answers | 0

2

answers

Answered
How to combine three vectors to a single date vector
Nevermind, I already found a solution: dates = datenum([year,month,day]); datetick('x','mmmyy')

5 years ago | 0

Question


How to combine three vectors to a single date vector
Dear all, currenty i am analyzing a dataset that has three vectors represenenting the date [year month date]. For example: 200...

5 years ago | 2 answers | 0

2

answers

Question


How to do Peak over Threshold using findpeaks?
Dear all, I am trying to perform a Peak over Threshold analysis for windspeed data to find a fitting general pareto distributio...

5 years ago | 2 answers | 0

2

answers

Question


How do I find the maximum value of every 7 days
Hello! I have a matrix consisting of daily maxima water levels. For a project, i need to find the weekly maxima. To do so, I wa...

5 years ago | 1 answer | 0

1

answer

Question


How to keep the previous iteration in a for loop?
Dear Reader, I am trying to use a for loop to find the maximum daily value for water level (WL) for a hourly data set between t...

5 years ago | 1 answer | 0

1

answer