码迷,mamicode.com
首页 >  
搜索关键字:figure    ( 2425个结果
1061. Dating (20)
题目如下: Sherlock Holmes received a note with some strange strings: "Let's date! 3485djDkxh4hhGE 2984akDfkkkkggEdsb s&hgsfdk d&Hyscvnm". It took him only a minute to figure out that those strange st...
分类:其他好文   时间:2015-07-28 16:04:31    阅读次数:176
在matlab中实现遥感影像和shp文件的结合显示
clc;close all;clear;road=shaperead('boston_roads.shp'); %读取shape文件figure,mapshow('boston.tif'); %读取tif遥感影像并显示axis image manual off; %关闭本地坐标系统surveyF.....
分类:其他好文   时间:2015-07-27 01:53:41    阅读次数:367
破解2559
Description A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have different heights. For example, the figure on ...
分类:其他好文   时间:2015-07-25 20:02:31    阅读次数:87
从Matlab .fig文件中读取数据,并重新绘图
Matlab提供了强大的函数集合,可以从.fig文件中读取图中的数据,并重新绘制图形。如果原始数据丢失,我们可以从.fig文件中恢复原始数据,并基于原始数据做进一步的处理。 以下是一个从两个不同文件中读取原始数据,并重新绘制图形的例子。 h1 = openfig('1.fig','reuse'); % open figure D1=get(gca,'Children'); %get t...
分类:其他好文   时间:2015-07-24 06:56:56    阅读次数:195
UVA - 1368 DNA Consensus String
DNA Consensus String Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description  Figure 1. DNA (Deoxyribonucleic Acid) is th...
分类:其他好文   时间:2015-07-20 23:38:38    阅读次数:213
image
image -Display image objectDescriptionimage creates an image graphics object by interpreting each element in a matrix as an index into the figure's co...
分类:其他好文   时间:2015-07-20 01:11:47    阅读次数:169
MATLAB中的一些小技巧(基础)
1. Ctrl+C 中断正在执行的操作如果程序不小心进入死循环,或者计算时间太长,可以在命令窗口中使用Ctrl+c来中断。MATLAB这时可能正疲于应付,响应会有些滞后。2. figure命令新建一个绘图窗口figure 可以打开一个空的绘图窗口,接下的绘图命令可以将图画在它里面,而不会覆盖以前的绘...
分类:其他好文   时间:2015-07-19 23:25:05    阅读次数:167
imshow
imshowDescriptionimshow(I) displays image I in a Handle Graphics® figure, where I is a grayscale, RGB (truecolor), or binary image. For binary image.....
分类:其他好文   时间:2015-07-19 19:30:32    阅读次数:201
Symmetry(对称轴存在问题)
SymmetryTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluDescriptionThe figure shown on the left isleft-right symmetricas it is p...
分类:其他好文   时间:2015-07-18 17:00:04    阅读次数:107
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!