10-29-2008 01:29 PM
10-30-2008 12:07 AM
Hi,
What does the reconstruction mean?
Currently, MathScript does not support the gray functions. However, a bug report has been filed for the unsupported colormap function. You can find detail in this thread.
To display a image in gray code, you can use the following script
image(A);
colormap('gray');
where A is the image data.