|
SOLUTIONS
|
MATHEMATICA 内置符号
ImageTake[image, n]
给出包含 image 前 n 行的一个图像.
ImageTake[image, -n]
给出包含 image 后 n 行的一个图像.
ImageTake[image, {row1, row2}]
给出从第
行到第
行的图像.
ImageTake[image, {row1, row2}, {col1, col2}]
给出从第
行到第
行、从第
列到第
列的图像.
ImageTake[image3D, {slice1, slice2}, {row1, row2}, {col1, col2}]
给出包含指定切片(slice)、行和列的三维图像.
版本 7 的新功能 | 版本 9 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




