Mathematica 9 is now available

RasterArray

Usage

RasterArray[   ,  , ...  , ...  ]是一个二维图形原型,用来表示一个根据图形指令 填色的单元矩形阵列


Notes

• 每个 必须是 GrayLevel, RGBColorHue.
•如果 array 的维数为  m, n , 则假定 RasterArray[array] 要填充矩形 Rectangle[ 0, 0 ,  m, n ].
RasterArray[array,   xmin, ymin ,  xmax, ymax  ] specifies that the raster should be taken instead to fill the rectangle Rectangle[ xmin, ymin ,  xmax, ymax ]. RasterArray[array,   xmin, ymin ,  xmax, ymax  ] 指定用光栅填充矩形 Rectangle[ xmin, ymin ,  xmax, ymax ].
• 可以使用ScaledOffset来指定矩形的坐标轴.
• 参见Mathematica 全书: 2.9.2节.
• 同时参见: Raster, GraphicsArray.
Further Examples

This displays the values of a colored 9 x 9 raster in an array.

Evaluate the cell to see the graphic.

In[1]:=  



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.