Enviada


errorshade
A nuanced method of plotting uncertainty.

más de 9 años hace | 1 descarga |

5.0 / 5
Thumbnail

Enviada


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

más de 9 años hace | 1 descarga |

5.0 / 5
Thumbnail

Respondida
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.

más de 9 años hace | 0

| aceptada

Respondida
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...

más de 9 años hace | 0

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

más de 9 años hace | 0

| aceptada

Respondida
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...

más de 9 años hace | 0

Respondida
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...

casi 10 años hace | 0

Respondida
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...

casi 10 años hace | 0

Respondida
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...

casi 10 años hace | 0

| aceptada

Respondida
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) = ...

casi 10 años hace | 0

| aceptada

Enviada


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

casi 10 años hace | 1 descarga |

5.0 / 5
Thumbnail

Respondida
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...

casi 10 años hace | 1

| aceptada

Enviada


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

casi 10 años hace | 1 descarga |

0.0 / 5
Thumbnail

Respondida
How to set semilog axis limit
semilogx(15000*rand(50),rand(50),'bo') xlim([100 15000])

casi 10 años hace | 1

Pregunta


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...

casi 10 años hace | 3 respuestas | 0

3

respuestas

Respondida
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 ...

casi 10 años hace | 0

Respondida
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.

casi 10 años hace | 0

Respondida
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 ...

casi 10 años hace | 0

Respondida
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...

casi 10 años hace | 8

| aceptada

Respondida
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 ...

casi 10 años hace | 3

Respondida
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.

casi 10 años hace | 6

Respondida
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...

casi 10 años hace | 0

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

casi 10 años hace | 0

Respondida
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])...

casi 10 años hace | 0

| aceptada

Respondida
Ending a function after a time duration
Another option is simply pause(2) to wait two seconds.

casi 10 años hace | 0

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

casi 10 años hace | 0

Enviada


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

casi 10 años hace | 2 descargas |

5.0 / 5
Thumbnail

Enviada


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

casi 10 años hace | 3 descargas |

5.0 / 5
Thumbnail

Respondida
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...

casi 10 años hace | 0

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

casi 10 años hace | 0

Cargar más