Respondida
Interpolation or meshgrid...Error using matlab.internal.math.interp1
Ah, it looks like tt_sort and tt2_sort are in fact sorted, but they contain some duplicate values. The easiest way to work aroun...

casi 5 años hace | 0

Respondida
Median filter for an imported Excel file (removing spikes from a signal)
For a 3-point moving median, you can medfilt1 as you suggest, like this: weg_f = medfilt1(weg,3); Or similarly, you could us...

casi 5 años hace | 0

| aceptada

Respondida
How to extract specific parts of a matrix
Let's see if I understand what you're trying to do. As I understand it, you have a 512x512 matrix with lots of values of 98 on t...

casi 5 años hace | 1

| aceptada

Respondida
Plotting the trend line without plotting the data
Or more simply, polyplot(wspd_3yr,msid_3yr) using the polyplot function found here.

casi 5 años hace | 0

Respondida
trend line plotting question
I've written a simple function called polyplot to add a linear trend line to plots. Get it on the File Exchange here.

casi 5 años hace | 0

Respondida
How to Plot Time Series Data of a Temperature Map
Hi John, A couple of things: Location number 7 is in Antarctica! The sea surface temperature data is all NaN on land, so ave...

casi 5 años hace | 1

| aceptada

Respondida
Climate Data Toolbox: how can i calculate correctly a trend with trend function?
Hi Alessandro, I think you've mostly got it. One key point to note is your sampling frequency is monthly, so 12 times per year...

casi 5 años hace | 0

| aceptada

Enviada


trend
Fast function for mapping trends along any dimension in 3D data.

casi 5 años hace | 5 descargas |

5.0 / 5
Thumbnail

Respondida
Making a Map Image from a Matrix
With the Climate Data Toolbox you could do it like this: T = flipud(reshape(load('TS20040101.txt'),[72 144])); % loads, reshape...

casi 5 años hace | 2

| aceptada

Respondida
Control Text Label on plot with categorical axis
Have you tried using the 'vertical' and 'horizontal' alignment options? plot(5,6,'o') text(5,6,'default text') text(5,6,'ab...

casi 5 años hace | 1

| aceptada

Respondida
Calculating values of a dependent variable at a using a range of independent variables
Welcome to the world of Matlab, Tom. Indeed, I think this is pretty straightforward. To make a range of values of Temp between...

alrededor de 5 años hace | 0

| aceptada

Respondida
Mapping sea surface temp with specific location? Struggling with geoshow function?
For 3D data cubes of things like ocean temperature, you most often need to permute the first two dimensions when reading in from...

alrededor de 5 años hace | 1

| aceptada

Respondida
how to fill geographic plot region with specific color?
To fill the circle, check out the markerfacecolor option in the documentation for geoplot. Alternatively, you may prefer the geo...

alrededor de 5 años hace | 2

| aceptada

Respondida
Error with plotting a function
Try this: plot(t,(K.^(1 - (exp(t.*r.*-1)))), '-b'); I put a dot (.) before the exponents and multiplication. That turns it in...

alrededor de 5 años hace | 0

Respondida
How to create a best fit line here?
It looks like the first x value is -Inf. Try eliminating that point from the polynomial fit, like this: p = polyfit(x(2:end),y...

alrededor de 5 años hace | 0

| aceptada

Respondida
How do I set each legend on the curve in multiple plot?
Perhaps the issue isn't the legend, but plotting the desired colors? How about specifying the colors of the plots explicitly, li...

alrededor de 5 años hace | 1

Respondida
How do I smooth a dataset without built in functions
It's not quite empty--it's just plotting a single point as a tiny dot. That's because you've only solved for a single point. I...

alrededor de 5 años hace | 1

Enviada


gif
An easy gif generator

alrededor de 5 años hace | 15 descargas |

4.8 / 5
Thumbnail

Enviada


COVID19
Mapping coronavirus cases in the US

alrededor de 5 años hace | 1 descarga |

5.0 / 5
Thumbnail

Respondida
Mapping a Coastline of the Antarctic showing different boundaries
To make maps of Antarctica, try Antarctic Mapping Tools. For melt data you might cosider my plugin for the Adusumilli ice shelf ...

alrededor de 5 años hace | 0

Enviada


Ice Shelf Melt Rates
Melt rate data from Adusumilli et al., 2020.

más de 5 años hace | 2 descargas |

4.0 / 5
Thumbnail

Respondida
Plotting different colored line based on condition(s)
What if you create two lines and plot them separately? x = 0:1000; y = sind(x); % duplicate: y_red = y; y_red(y>0) = ...

más de 5 años hace | 2

| aceptada

Respondida
How can I regrid a climate data model from lower resolution to higher resolution?
If you have a grid of humidity data H that correspond to the 2.5 degree resolution coordinates lat and lon, then you just need t...

más de 5 años hace | 1

Respondida
Convert large xyz file into grid
Try my xyz2grid function. It's fast, easy to use, and one of the examples in that documentation link shows how to grid up an Ant...

más de 5 años hace | 1

Respondida
Plot netcdf datas through time
The answer depends on exactly what you want to display. Do you want 12 different maps, to show salinity distribution for each mo...

más de 5 años hace | 0

Pregunta


Why is MATLAB using my network?
I'm using a wifi hotspot and I want to minimize my data usage. Unfortunately, whenever I have MATLAB R2019b open, it seems to be...

más de 5 años hace | 3 respuestas | 1

3

respuestas

Enviada


borders
Simply plot national and US state boundaries, with or without Matlab's Mapping Toolbox.

alrededor de 6 años hace | 30 descargas |

5.0 / 5
Thumbnail

Pregunta


Disable automatic Data Tips
I've just updated from R2018b to R2019b, and now every time I click on a plot, it prints a new Data Tip without my asking it to....

alrededor de 6 años hace | 1 respuesta | 1

1

respuesta

Enviada


sinefit
Fit an annual sinusoid to data using a least-squares approximation.

alrededor de 6 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


Bedmap2 Toolbox for Matlab
Get Bedmap2 data into Matlab. Several tools for data access, interpolation, and plotting.

más de 6 años hace | 4 descargas |

5.0 / 5
Thumbnail

Cargar más