Community Profile

photo

Amy Haskins

MathWorks

Last seen: 7일 전 2013년부터 활동

Followers: 0   Following: 0

연락

통계

  • Knowledgeable Level 3
  • 3 Month Streak
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Best match location data
The following appoach might not scale well if you have a very large number of sites / postcodes to deal with, but might help you...

거의 3년 전 | 0

| 수락됨

답변 있음
Get Point data from geoaxes
Hi Benjamin, Support for using ginput with a geoaxes has been added in R2019a which just came out. Amy

대략 5년 전 | 1

답변 있음
How to shift the center or the longitudes of map plotted using load coast
You could do this by changing the map origin. load coastlines ax = worldmap('World') setm(ax,'Origin',[0,180]) geoshow(ax,co...

대략 5년 전 | 0

| 수락됨

답변 있음
World map scatterm legend issue
If you don't need a specific projection or additional overlays, I would recommend giving geobubble a try instead (introduced in ...

대략 5년 전 | 0

답변 있음
Error when If statement is not true
The problem is with using == on character vectors. Each character is treated as a separate element and compared individually. T...

5년 초과 전 | 0

| 수락됨

답변 있음
Changing color of points plotted with scatterm
It looks like the size is too small for the markers to be visible. I changed 2 to 25 in the line below leaving the rest of your...

5년 초과 전 | 1

| 수락됨

답변 있음
how to use strfind (or other method) to look in cell array to find strings NOT containing a certain pattern
strfind returns the index of where the substring starts rather than a binary value. If the string you are searching for is not f...

5년 초과 전 | 0

| 수락됨

답변 있음
limit elevation ETOPO1
I would try changing the geoshow line to use 'DisplayType', 'texturemap' instead of 'surface' and moving this line before the ca...

5년 초과 전 | 0

| 수락됨

답변 있음
How to delete the 'SourceTable' property of a set of data when using GeoBubble?
You will need to use either all 'Variable' properties or all 'Data' properties with geobubble. The properties whose names end i...

거의 6년 전 | 0

| 수락됨

답변 있음
Problem with z value output when computing elevation along a straight line transect
I think the problem is that the referencing matrix isn't quite right. Assuming your grid is regularly spaced in lat/lon, try us...

거의 6년 전 | 0

답변 있음
wmline using multiple colors
For the case of multiple lines with different colors, wmline expects each line to be a separate element of a geoshape vector. T...

대략 6년 전 | 0

답변 있음
Can I calculate the amount of black and white pixels inside a freehand region?
The mask just tells you which pixels are in the region. To count the black pixels within the mask, you need to look at both in ...

대략 6년 전 | 0

| 수락됨

답변 있음
How to find the third coordinate using MATLAB Mapping Toolbox?
Try the reckon function: https://www.mathworks.com/help/map/ref/reckon.html

대략 6년 전 | 0

답변 있음
Fill and color polygons based on single value
Hi Claire, What you are describing is known as a choropleth map. If you have access to the Mapping Toolbox, you can try foll...

6년 초과 전 | 0

답변 있음
How can I plot Earth (wgs84 Ellipsoid)?
To just get a sense for the shape of the ellipsoid, you could use the values from the wgs84ellipsoid in conjunction with MATLAB'...

6년 초과 전 | 3

| 수락됨

답변 있음
Plotting surfacem on top of worldmap/geoshow
I suspect you're right about it being a stacking problem where the surface is hiding the other items on the map. If you save a ...

7년 초과 전 | 0

답변 있음
How to fix color global map overlap with frame?
Trying to send the polygons to the back with UISTACK didn't seem to work well, but bringing the frame to the front looks like a ...

거의 8년 전 | 0

답변 있음
How do I recenter world map so that North America is at the center instead of Africa?
A simple solution is to use the worldmap syntax that specifies latitude and longitude limits. When you call worldmap('world'), ...

거의 8년 전 | 1

| 수락됨

답변 있음
loading a det (digital elevation terrain) and calculating (line of sight) from a point on the map
The Mapping Toolbox supports importing terrain data in several file formats ( <http://www.mathworks.com/help/map/gridded-terrain...

거의 8년 전 | 0

답변 있음
Image save with colormap
You're using your gray image like an indexed image and applying a colormap. The function ind2rgb will let you convert your g...

거의 8년 전 | 0

답변 있음
Contourcbar acting weird when using caxis on contourfm plot?
contourcbar reflects the discrete nature of contour plots. When you contoured your data using contourfm, each contour level has ...

거의 8년 전 | 1

| 수락됨

답변 있음
Hidden 1D data in a map when using contourm
I have a couple of quick guesses: * When calling geoshow to plot a single point, be sure to use 'displaytype','point'. *...

대략 8년 전 | 1

답변 있음
Mismatch between AREAINT and AREAQUAD around (0,0).
The doc for areaint hints that the accuracy of the function improves with denser sampling. In your you example, you only have t...

대략 8년 전 | 2

| 수락됨

답변 있음
How to export data into text file with flexible formatSpec
'\n' is new line. I think you want '\t' for tabs at the end of each cell and a new line at the end of the row. By adding an in...

8년 초과 전 | 0

| 수락됨

답변 있음
plot heat map on map using Latitude, Longitude and my data value
I think that scatterm will work nicely. It would look something like this: markerSize = 50; scatterm(PointLatLon(:,1), ...

8년 초과 전 | 1

| 수락됨

답변 있음
hide NaNs in geoshow
Try using |'DisplayType', 'surface'| instead of |'texturemap'|. Also try looking at the fourth example on the geoshow doc page ...

8년 초과 전 | 2

답변 있음
Flight data plot on map
The easiest way to import your data from the CSV file is to use READTABLE. I created my own Excel file with some shorter names ...

8년 초과 전 | 0

답변 있음
Given that I have a set of latitiude and longitude in degrees, how can i visualise it in an interactive map?
If you are looking to plot the points or connect them with a line and have R2013b or newer, you can use the wmmarker and wmline ...

8년 초과 전 | 0

답변 있음
how to set background of the color map with shape file/image in hand
Once you've gotten your data into a regular grid of latitudes and longitudes as you've done above, the geoshow function in the M...

8년 초과 전 | 1

| 수락됨

답변 있음
GPS coordinate from jpeg file metadata
The data returned from _imfinfo_ is a structure and the fields can be accessed individually. If you have access to the Mapping ...

거의 9년 전 | 2

| 수락됨

더 보기