답변 있음
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.

3년 초과 전 | 0

답변 있음
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...

3년 초과 전 | 1

| 수락됨

답변 있음
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...

3년 초과 전 | 0

| 수락됨

제출됨


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

3년 초과 전 | 다운로드 수: 9 |

Thumbnail

답변 있음
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...

3년 초과 전 | 2

| 수락됨

답변 있음
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...

3년 초과 전 | 1

| 수락됨

답변 있음
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...

3년 초과 전 | 0

| 수락됨

답변 있음
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...

3년 초과 전 | 1

| 수락됨

답변 있음
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...

3년 초과 전 | 2

| 수락됨

답변 있음
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...

3년 초과 전 | 0

답변 있음
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...

3년 초과 전 | 0

| 수락됨

답변 있음
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...

3년 초과 전 | 1

답변 있음
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...

3년 초과 전 | 1

제출됨


gif
An easy gif generator

3년 초과 전 | 다운로드 수: 40 |

Thumbnail

제출됨


COVID19
Mapping coronavirus cases in the US

3년 초과 전 | 다운로드 수: 2 |

Thumbnail

답변 있음
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 ...

3년 초과 전 | 0

제출됨


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

거의 4년 전 | 다운로드 수: 2 |

Thumbnail

답변 있음
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) = ...

거의 4년 전 | 2

| 수락됨

답변 있음
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...

거의 4년 전 | 1

답변 있음
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...

거의 4년 전 | 1

답변 있음
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...

거의 4년 전 | 0

질문


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

대략 4년 전 | 답변 수: 3 | 1

3

답변

제출됨


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

4년 초과 전 | 다운로드 수: 36 |

Thumbnail

질문


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

4년 초과 전 | 답변 수: 1 | 1

1

답변

제출됨


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

4년 초과 전 | 다운로드 수: 8 |

Thumbnail

제출됨


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

거의 5년 전 | 다운로드 수: 3 |

Thumbnail

답변 있음
How to Regrid the netcdf data in order to achieve smaller/greater spatial resolution?
Hey Behzad, This is pretty straightforward: Just use interp2. When reading the data from the NetCDF file you might need to ro...

거의 5년 전 | 2

답변 있음
how to obtain data of long years included NetCDF file for a " small-time range"?
You can load only the time range of interest by specifying the start indices when you call ncread. Start by using ncdateread t...

거의 5년 전 | 1

| 수락됨

제출됨


ITS_LIVE Antarctic ice velocity data
Matlab utilities for loading, analyzing, and plotting ITS_LIVE ice velocity data.

거의 5년 전 | 다운로드 수: 6 |

Thumbnail

답변 있음
How to plot geographical values against a parameter in a color map graph
Parivash, The first step is importing the data into Matlab. Unfortunately the lat and lon data are in degrees-minutes-decimal-...

대략 5년 전 | 1

더 보기