<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 05/04/2010 06:12, Robert Fong wrote:
<blockquote cite="mid:611590.13156.qm@web111912.mail.gq1.yahoo.com"
type="cite">
<style type="text/css"><!-- DIV {margin:0px;} --></style>
<div
style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div>Hi,<br>
I would like to convert a matrix of <span class="yshortcuts"
id="lw_1270444275_0">floating point numbers</span> (representing gray
scale) to an image file such as a jpg file, that can be displayed as am
image. Matlab does this with the "image" function. Does Scilab have a
similar function? If not does anyone have any a way to accomplish this?<br>
<br>
Robert</div>
</div>
<br>
</blockquote>
Hi,<br>
<br>
did you have a look at the Matplot and Matplot1 functions? These
functions round the float entries to int so you may have to scale your
matrix to obtain the desired result. <br>
<br>
<br>
</body>
</html>