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

거의 11년 전 | 0

제출됨


wraptext
Wrap long text to a specified width.

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

2.5 / 5
Thumbnail

제출됨


draw
Easily draw shapes on a figure via mouse.

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

4.5 / 5
Thumbnail

제출됨


inrealquad
Determine range of rows and columns containing real data.

거의 11년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

질문


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

거의 11년 전 | 답변 수: 1 | 1

1

답변

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

거의 11년 전 | 0

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

거의 11년 전 | 0

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

거의 11년 전 | 0

| 수락됨

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

거의 11년 전 | 0

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

거의 11년 전 | 0

제출됨


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

거의 11년 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

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

거의 11년 전 | 0

| 수락됨

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

거의 11년 전 | 0

| 수락됨

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

거의 11년 전 | 0

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

거의 11년 전 | 0

제출됨


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

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

5.0 / 5
Thumbnail

제출됨


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

대략 11년 전 | 다운로드 수: 1 |

0.0 / 5

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

질문


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년 전 | 답변 수: 2 | 0

2

답변

제출됨


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

대략 11년 전 | 다운로드 수: 2 |

4.0 / 5
Thumbnail

제출됨


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

대략 11년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

제출됨


errbar
Easily create vertical or horizontal error bars.

대략 11년 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

제출됨


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

대략 11년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

더 보기