Reply by William Cox July 5, 20112011-07-05
I'm not sure about .tif images, but here's some code I used to read a .bmp
file into an array:

im = imread('file.bmp');
intensity = double(rgb2ind(im, jet,'nodither'));

On Sat, Jun 11, 2011 at 7:16 AM, Mustafa wrote:

> **
> hello everybody
>
> please i need to know how to plot a curve from a series of images with
> extension (.tif), i'm a new Matlab and i need some examples or tutorial or
> anything thing lo learn how to do that..
>
>
>
Reply by Mustafa June 21, 20112011-06-21
hello everybody

please i need to know how to plot a curve from a series of images with extension (.tif), i'm a new Matlab and i need some examples or tutorial or anything thing lo learn how to do that..