Community Profile

photo

Oliver


Univ of East Anglia

Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How to remove a signal from a timeseries (the signal is known and the same length as timeseries)
I have a timeseries of length 35. I want to remove a signal from this timeseries. The signal I want to remove is another timeser...

8 years ago | 2 answers | 0

2

answers

Question


How do I fit this contourf plot in polar coordinates?
Hi there, dist = 21x144 array. I want 'dist' to form a ring donut shape around the middle the upper data starting at r = 20 a...

9 years ago | 0 answers | 0

0

answers

Question


Stereographic Projection Plotting (with contourf)
Can someone describe how I can contourf an array of data (10x75) in a stereographic projection over the north pole including coa...

9 years ago | 0 answers | 0

0

answers

Question


How to plot a shaded range between a min and max y value for the same x value
How do I plot to create an image this this. For each x value I have minimum and maximum values. As shown in the image in the lin...

9 years ago | 1 answer | 0

1

answer

Question


Plotting with pcolor or similar plotting tool
I want to plot this data, so that these values show in rectangular grids 1070 5088 5720 6047 3859 507 376 454 297 588 ...

9 years ago | 1 answer | 0

1

answer

Question


How to plot contourf data on m-map polar stereographic projection?
I have a code which plots the coastlines, with a stereographic projection over the north pole: see http://postimg.org/image/voc1...

9 years ago | 1 answer | 0

1

answer

Question


How to extend a array by multiplying internal values e.g. [1 2 3 4] to [1 1 1 2 2 2 3 3 3 4 4 4]?
How can I extend this array: A = [1 2 3 4 5 6 7] So that a new array can be formed in which each value of array A appear...

9 years ago | 4 answers | 0

4

answers

Question


Comparing two arrays to see if any similar values
For the two arrays: Array A: 100 9 2 0 100 14 4 0 100 14 4 0 100 15 ...

9 years ago | 1 answer | 0

1

answer

Question


Determining criteria from two different arrays
d = an array of 3 columns, u_sign an array of (:,:,1,:) (from a nc file so it seems to retain a 4D structure) I am trying to ...

9 years ago | 0 answers | 0

0

answers

Question


How to find the location of values in larger arrays where the value to the right is greater
I am struggling to develop a way of creating a matrix which displays the locations of when the value to the right is greater tha...

9 years ago | 2 answers | 0

2

answers

Question


How to find multliple values in larger arrays where the value two below is the opposite sign (+ve/-ve)
I work with larger arrays (100x100) and am trying to develop a script which finds values where the value 2 below is the opposite...

9 years ago | 2 answers | 0

2

answers

Question


Writing a script for multiple arrays with a set criteria for each array and identifying certain value locations
I am working with arrays of data, where each value is a latitude and longitude grid point - columns are longitude and rows are l...

9 years ago | 2 answers | 0

2

answers

Question


How to find multliple values in larger arrays where the value two above it is a negative
I work with larger arrays (100x100) and am trying to develop a script which finds values where the value 2 above it is negative....

9 years ago | 3 answers | 0

3

answers

Question


How to find multiple minimum values in larger arrays?
I work with larger arrays (100x100) and am trying to develop a script which finds minimum values in the array, 10 units smaller ...

9 years ago | 1 answer | 0

1

answer