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

casi 11 años hace | 0

Enviada


wraptext
Wrap long text to a specified width.

casi 11 años hace | 2 descargas |

2.5 / 5
Thumbnail

Enviada


draw
Easily draw shapes on a figure via mouse.

casi 11 años hace | 2 descargas |

4.5 / 5
Thumbnail

Enviada


inrealquad
Determine range of rows and columns containing real data.

casi 11 años hace | 1 descarga |

0.0 / 5
Thumbnail

Pregunta


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

casi 11 años hace | 1 respuesta | 1

1

respuesta

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

casi 11 años hace | 0

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

casi 11 años hace | 0

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

casi 11 años hace | 0

| aceptada

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

casi 11 años hace | 0

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

casi 11 años hace | 0

Enviada


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

casi 11 años hace | 1 descarga |

5.0 / 5
Thumbnail

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

casi 11 años hace | 0

| aceptada

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

casi 11 años hace | 0

| aceptada

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

casi 11 años hace | 0

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

casi 11 años hace | 0

Enviada


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

casi 11 años hace | 2 descargas |

5.0 / 5
Thumbnail

Enviada


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

alrededor de 11 años hace | 1 descarga |

0.0 / 5

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

alrededor de 11 años hace | 0

| aceptada

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

alrededor de 11 años hace | 0

Pregunta


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

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Enviada


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

alrededor de 11 años hace | 2 descargas |

4.0 / 5
Thumbnail

Enviada


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

alrededor de 11 años hace | 1 descarga |

0.0 / 5
Thumbnail

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

alrededor de 11 años hace | 0

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

alrededor de 11 años hace | 0

| aceptada

Enviada


errbar
Easily create vertical or horizontal error bars.

alrededor de 11 años hace | 1 descarga |

5.0 / 5
Thumbnail

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

alrededor de 11 años hace | 0

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

alrededor de 11 años hace | 0

| aceptada

Respondida
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?

alrededor de 11 años hace | 0

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

alrededor de 11 años hace | 0

| aceptada

Enviada


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

alrededor de 11 años hace | 1 descarga |

0.0 / 5
Thumbnail

Cargar más