Community Profile

photo

SW


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to make a meshgrid out of 1D data?
I have lat long coordinates for 2 points and am able to create a mesh grid out of those points. lat_P = [38.9602718 38.9214379...

3 years ago | 1 answer | 0

1

answer

Question


compare datetime with different lengths
I have two datetime variables: dt_D and dt_C. They cover the same set of time but dt_C is significantly shorter becuase it is mi...

3 years ago | 2 answers | 0

2

answers

Question


How to run a for loop when variables are different lengths?
Here I have outlined two variables, delta and phi. I want to calculate beta for every possible combination of phi and delta but ...

3 years ago | 3 answers | 0

3

answers

Question


How can I extract values from a second column after three repeating values in the first column?
x = [1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 1]; y = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ...

4 years ago | 1 answer | 0

1

answer