已回答
How to check a GPS coordinate is located on a road?
Here's a quick way to do it. Below I'm using standard sample data that comes with the Mapping Toolbox, so you should be able to ...

6 years 前 | 1

| 已接受

已回答
Error using gcm?
It looks like another plot was initialized or clicked on after calling |axesm|, because this should work just fine: figure...

6 years 前 | 0

已回答
Display lat lon on a variable
See also <https://www.mathworks.com/help/matlab/ref/heatmap.html |heatmap|>.

6 years 前 | 0

已回答
is it possible to create Geolocation shape (shp) file using matlab?
If you have the Mapping Toolbox you can use <https://www.mathworks.com/help/map/ref/shapewrite.html |shapewrite|>.

6 years 前 | 0

| 已接受

已回答
Display lat lon on a variable
If the cape data is already a 41x41 grid, I believe Claudio's suggestion of using |meshgrid| and |griddata| lines are unnecessar...

6 years 前 | 0

已回答
Plot time-Frequency for mp3.
If you have the signal processing toolbox, spectrogram(y,'yaxis')

6 years 前 | 1

| 已接受

已提交


stipple
Easily apply stippling (or hatchfill) to a plot.

6 years 前 | 6 次下载 |

Thumbnail

已回答
Is equality == available in Matlab 2017 ?
I think you want <https://www.mathworks.com/help/matlab/ref/isequal.html |isequal|>.

6 years 前 | 0

已回答
Hourly variation of wind for each month, using Quiver
A few points: 1. Instead of this: [ANHO, MES, DIA, HORA, mn, s] = datevec(TIEMPO); %delete useless variables clear...

6 years 前 | 0

已回答
How can I do a drawing of this shape؟
It looks like a <https://www.mathworks.com/matlabcentral/fileexchange/49040-pcolor-in-polar-coordinates polar pcolor plot> , whe...

6 years 前 | 0

| 已接受

已回答
how can ı write opposite of while loop
Just add a ~ to whatever statement you're using for the while loop. So instead of while a==b ... end You could ...

6 years 前 | 0

已回答
Circular Indexing of Array
If you have lat,lon grids corresponding to your matrix Z, try using the attached function to recenter like this: [lat,lon,...

6 years 前 | 0

已回答
How to read GeoTiff with multiple images?
Maybe you can use |imread| and then use |geotiffinfo| for the georeferencing information?

6 years 前 | 0

已回答
Move mlabel positions off axis
How is this? setm(gca,'plabellocation',10,'labelrotation','on') The |'plabellocation'| is poorly named, but it means th...

6 years 前 | 1

| 已接受

已回答
Adding India boundary to a figure
Alternatively, if you don't have Matlab's Mapping Toolbox you can use my <https://www.mathworks.com/matlabcentral/fileexchange/5...

6 years 前 | 0

| 已接受

已回答
How do I change my display settings/potentially use a data format that will allow me to view lat/lon coordinates without any sort of scientific notation/engineering notation?
You'll have to be a bit more specific about what you're trying to accomplish. * If you want to change how many digits are di...

6 years 前 | 0

已回答
How to contour plot over large negative and positive values?
Can you simply do contour(x,y,log(z),log(clines))

6 years 前 | 0

已回答
How can I remove shading from regions outside my domain?
It looks like the detrend call should be inside the loop, because currently it's operating down dimension 1 of the data rather t...

6 years 前 | 0

已回答
How can I plot polar stereographic projection?
One option is to use <https://www.mathworks.com/matlabcentral/fileexchange/63324 Arctic Mapping Tools for Matlab>, which include...

6 years 前 | 1

提问


What makes a Toolbox a Toolbox, and how is it recognized by Matlab?
By typing |ver| I can see which toolboxes I have: MATLAB Version 9.3 ...

6 years 前 | 3 个回答 | 5

3

个回答

已回答
Curve fitting to a sinusoidal function
I turned this into a function called <https://www.mathworks.com/matlabcentral/fileexchange/68273 |sinefit|> for climatological d...

6 years 前 | 1

已回答
Predicting Weather Temperatures Using Sinusoidal Least-Squares Fit
I wrote some functions including one called <https://www.mathworks.com/matlabcentral/fileexchange/68273 |sinefit|> to do this fo...

6 years 前 | 0

已回答
Combine scatter3 with a map plot?
You can do the coordinate transformation yourself and plot over a map pretty easily. First, make the base map just as if you wer...

6 years 前 | 0

已回答
How do I add a legend to a pcolorm map plot?
When you call legend(h, legends); the |h| refers only to the handle of the |pcolorm| object, so |h| is the only item th...

6 years 前 | 0

已回答
Patch with holes
There's now a way to do this with standard Matlab functions. Starting with R2017b, the new <https://www.mathworks.com/help/matla...

6 years 前 | 4

已提交


Grounding Line Migration from Konrad et al., 2018
A simple function to import grounding line migration data from Konrad et al., 2018

6 years 前 | 2 次下载 |

Thumbnail

已提交


CPOM Antarctic surface elevation change
A simple interpolation function for reading CPOM AIS surface elevation change data.

6 years 前 | 1 次下载 |

Thumbnail

已提交


Antarctic Ice Sheet basal properties
Gudmundsson's basal slipperiness and englacial rate factor of the Antarctic Ice Sheet

6 years 前 | 1 次下载 |

Thumbnail

已回答
Hi, I am new to MATLAB. I am not getting the plot .
You're doing vector operations, so use the |./| when calculating |B| like this: B=(1/N)*(abs((sin((N*A)/2))./(sin(A/2))));...

6 years 前 | 0

| 已接受

提问


Error evaluating sectioned code
I recently updated from R2014b to R2017b, and I've noticed a new, somewhat annoying behavior. In older versions of Matlab, I cou...

6 years 前 | 1 个回答 | 0

1

个回答

加载更多