A soumis


errorshade
A nuanced method of plotting uncertainty.

presque 10 ans il y a | 4 téléchargements |

5.0 / 5
Thumbnail

A soumis


2D slope magnitude
A simple function returns the magnitude of local slope of a surface.

environ 10 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

Réponse apportée
why esri nc files dimensions are they inversed in matlab?
I often need to use some combination of |flipud|, |fliplr|, or |rot90| when importing ESRI-generated gridded data.

environ 10 ans il y a | 0

| A accepté

Réponse apportée
Mapping geographic point coordinates to a coordinate grid - speeding it up
Eebs, Is your dataset regular? By that I mean, is it a bunch of scattered points, or do your data points already fit nicely int...

environ 10 ans il y a | 0

Réponse apportée
hdf5 how to convert pixel to lat&lon please give suges
Use <http://www.mathworks.com/help/matlab/ref/h5read.html |h5read|>.

environ 10 ans il y a | 0

| A accepté

Réponse apportée
How can I export the contourm C variable to a struc?
Similar to Walter's suggestion, <http://www.mathworks.com/matlabcentral/fileexchange/43162-c2xyz-contour-matrix-to-coordinates/c...

environ 10 ans il y a | 0

Réponse apportée
Making a new Colored "TIF" and "RGB" image out of Landsat-8 Geotiff image(11 separate bands)
I wrote a function to do this for Landsat 8, but it's basically the same method you use. Check out <https://www.mathworks.com/m...

environ 10 ans il y a | 0

Réponse apportée
Problem in writing geotiff file from EASE-2 grid data from SMAP mission
Did you get this working? You might be able to specify EPSG:3975 when using geotiffwrite. I'd be interested to hear if that wo...

environ 10 ans il y a | 0

Réponse apportée
A mapping package for matlab
Karishma, The problem is you're trying to combine map coordinates with unprojected coordinates. Either is fine to use, but they...

environ 10 ans il y a | 0

| A accepté

Réponse apportée
Pie chart percentages are not correct
If z = [20318 28008] then the first value, 20318 represents 42% of the total value of z. 100*20318/sum(z) = ...

environ 10 ans il y a | 0

| A accepté

A soumis


scatstat2 2D local statistics
Get local statistics (mean, std, etc) of 2D scattered data

environ 10 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

Réponse apportée
Efficient moving average of scattered data
I turned this into a generalized function called |scatstat1|, which is on the file exchange <http://www.mathworks.com/matlabcent...

environ 10 ans il y a | 1

| A accepté

A soumis


scatstat1 local statistics of scattered 1d data
Returns local statistics (mean, median, etc) of similar to moving window, but for scattered data.

environ 10 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

Réponse apportée
How to set semilog axis limit
semilogx(15000*rand(50),rand(50),'bo') xlim([100 15000])

environ 10 ans il y a | 1

Question


Efficient moving average of scattered data
I have some scattered data and I'd like to take something similar to a moving average, where I average all values with in some r...

environ 10 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
Background of a scatter plot
Bran, you've provided lots of code, but we can't run it. If your question is specific to your code, make sure you provide code ...

environ 10 ans il y a | 0

Réponse apportée
How do i plot a scatter plot of wind speed and wind direction?
There's <http://www.mathworks.com/matlabcentral/fileexchange/49488 this solution> from File Exchange.

environ 10 ans il y a | 0

Réponse apportée
how do drape a two dimensional array over a map?
The |surfm| function plots z values as both color and vertical values. Perhaps you're looking for |pcolorm|, which can be used ...

environ 10 ans il y a | 0

Réponse apportée
How to save the output in a certain folder?
To save the variables x and y to a file called "myfile.mat" in a folder called "myfolder" try this: x = 1:360; y = sin...

environ 10 ans il y a | 8

| A accepté

Réponse apportée
Color Different Scatter Points Based on Group
Similar to Walter's solution: % define 25 random points: x = randn(25,1); y = randn(25,1); % Each x,y ...

environ 10 ans il y a | 3

Réponse apportée
TUTORIAL: how to ask a question (on Answers) and get a fast answer
Phrases like "doesn't work" and "didn't work" do not sufficiently describe a problem.

environ 10 ans il y a | 6

Réponse apportée
Drawing a verticle Line in a candle chart
Just enter the start and end points of the line and use |plot|. If you want the line to be at x = 5, and if you want the line t...

environ 10 ans il y a | 0

Réponse apportée
How to change data from cell to double
You can use <http://www.mathworks.com/help/matlab/ref/cell2mat.html |cell2mat|>.

environ 10 ans il y a | 0

Réponse apportée
How to edit a surf graph?
I'm not sure why |colormap| is in there--you can remove that line. Set the y axis limits like this: ylim([3000 8000])...

environ 10 ans il y a | 0

| A accepté

Réponse apportée
Ending a function after a time duration
Another option is simply pause(2) to wait two seconds.

environ 10 ans il y a | 0

Réponse apportée
Ending a function after a time duration
What about this? waitseconds = 2; % <-Enter number of seconds to wait. starttime = now; while now<starttime+wa...

environ 10 ans il y a | 0

A soumis


Arctic Sea Ice
Easily download and plot daily Arctic sea ice concentration grids.

environ 10 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A soumis


Daily Antarctic sea ice concentration
This function downloads and plots daily sea ice concentration fields.

environ 10 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

Réponse apportée
Legend Entries for Contours
This is somewhat clunky, but you could convert the contour matrix to xyz data with <https://www.mathworks.com/matlabcentral/file...

environ 10 ans il y a | 0

Réponse apportée
How to fullfill segmented region by using region growing?
Are you looking for <http://www.mathworks.com/help/images/ref/imdilate.html |imdilate|>?

environ 10 ans il y a | 0

Charger plus