Matlab Read Image

I=imread('cell1.jpg'); % Load the image file and store it as the variable I.

whos % Type "whos" in order to find out the size and class of all stored variables.

save I % Save the variable I.

ls % List the files in your directory.

% There should now be a file named "I.mat" in you directory
% containing your variable I.

Comments

Post a Comment

Popular posts from this blog

how to install Eclipse IDE on Ubuntu 11.10

How to Install NS All In One 2.35 in Ubuntu 12.04

Leach protocol installation in network simulator 2