Answered
How do I wrap text using the disp or display function?
I wrote a function for this called <http://www.mathworks.com/matlabcentral/fileexchange/53176-wraptext/content/wraptext/html/wra...

10 years ago | 0

Submitted


wraptext
Wrap long text to a specified width.

10 years ago | 2 downloads |

2.5 / 5
Thumbnail

Submitted


draw
Easily draw shapes on a figure via mouse.

10 years ago | 2 downloads |

4.5 / 5
Thumbnail

Submitted


inrealquad
Determine range of rows and columns containing real data.

10 years ago | 1 download |

0.0 / 5
Thumbnail

Question


Removing stripes from an image
I have several images that look like this: <</matlabcentral/answers/uploaded_files/36969/test.png>> What's a good way to ...

10 years ago | 1 answer | 1

1

answer

Answered
Mean for particular seasons over 32 yrs..say January to March(1:3),4:6,7:9,10:12
It's hard to decipher your nested loops, but here's how I'd tackle it. I'll assume you have a big 3D matrix |U| whose dimension...

10 years ago | 0

Answered
Change colors of lines from an iterated plot function.
The problem is the |'b'| and the |'r'| in the plot function. They're setting all lines to blue or red. Try this: plot(t,...

10 years ago | 0

Answered
Add meridiam axis around a circular-projection map
Andrew Bliss has a function called <http://www.mathworks.com/matlabcentral/fileexchange/32907-polar-stereographic-coordinate-tra...

10 years ago | 0

| accepted

Answered
How to render a realistic panorama view of a terrain?
Alternatively, you can drape a satellite image over your topography. Something like what I did <https://www.mathworks.com/examp...

10 years ago | 0

Answered
How to render a realistic panorama view of a terrain?
Use some sort of lighting to create hills. You should be able to follow all your Matlab commands with <http://www.mathworks.com...

10 years ago | 0

Submitted


smplot for small multiples
Subplots without extra space in their twixt.

10 years ago | 1 download |

5.0 / 5
Thumbnail

Answered
Add regions of statistical significance to a map plot
You'll find a few hatch filling functions on the File Exchange site. For example, the ones mentioned <http://blogs.mathworks.co...

10 years ago | 0

| accepted

Answered
Plot bilinear interpolated gridded data spatially on a map (Cannot get Interp2 to give smooth output)
Something to keep in mind: If you only have 33x21 actual data points, a smooth surface plot that does not look gridded will impl...

10 years ago | 0

| accepted

Answered
rescale the colour range or squeez the colours
If you can give some example data that would help. But this might be the fix you're looking for. If you start with color...

10 years ago | 0

Answered
Making two different color maps in 2014b
I made a solution to this for a problem I was working on. It's called <http://www.mathworks.com/matlabcentral/fileexchange/5250...

10 years ago | 0

Submitted


newcolorbar: multiple colormaps in the same axes
Create multiple colormaps and colorbars in (seemingly) the same set of axes.

10 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


Glaciology Fake Book
Examples show how to recreate results from glaciology papers.

11 years ago | 1 download |

0.0 / 5

Answered
Is there an equivalent for contourc in the mapping toolbox?
I have a similar response to the one I gave to a different question you recently asked. If you convert your georeferenced coord...

11 years ago | 0

| accepted

Answered
contourm fails to identify closed contour lines in some cases
I've had this problem with contourm on stereographic projections. After you've initialized the map, try this: [X,Y] = mfw...

11 years ago | 0

Question


accessing indexed values in a 3D array
I have a 3D array of temperature data that looks like this: Z = rand(3,4,8); It contains 8 slices of data on a 3x4 gri...

11 years ago | 2 answers | 0

2

answers

Submitted


scalebar for maps
A simpler alternative to the built-in Mapping Toolbox function scaleruler.

11 years ago | 4 downloads |

4.0 / 5
Thumbnail

Submitted


export_tex
Easily export LaTeX equations as png, pdf, etc. using export_fig

11 years ago | 1 download |

0.0 / 5
Thumbnail

Answered
using lat and long of two data points to create a line
If you have the Mapping Toolbox, check out the Denver to Lisbon example in the <http://www.mathworks.com/matlabcentral/fileexcha...

11 years ago | 0

Answered
Is there any way to improve quality of a text in a figure? I'm using Macbook Pro with Retina display.
The Matlab figure window has always left a little something to be desired in terms of graphics quality. But if your end goal is...

11 years ago | 0

| accepted

Submitted


errbar
Easily create vertical or horizontal error bars.

11 years ago | 1 download |

5.0 / 5
Thumbnail

Answered
Multiple errors while using contourfm
Strange. I get the same behavior. I will point out that isequaln(indmap20,1 - indmap19) ans = 0 meaning |indma...

11 years ago | 0

Answered
Is it possible to rescale 3D plots?
I'm not exactly sure what you want. If you don't want any dimensions to be stretched, type axis equal If you want to c...

11 years ago | 0

| accepted

Answered
Position of a Point Rotating About a Moving Rotation Point
Does the <http://www.mathworks.com/help/matlab/ref/rotate.html |rotate|> function do what you need?

11 years ago | 0

Answered
Mercator map projection from [X,Y] with known lat/lon coordinates?
If you have the Mapping Toolbox, you could initialize a mercator map, then use |projfwd| to get the x/y locations of the corner ...

11 years ago | 0

| accepted

Submitted


Antarctic Active Subglacial Lake Inventory from ICESat Altimetry
Plot active subglacial lakes identified by Smith et al., 2009.

11 years ago | 1 download |

0.0 / 5
Thumbnail

Load more