[Scilab-users] surf and %nan

Rafael Guerra jrafaelbguerra at hotmail.com
Fri Nov 24 12:27:29 CET 2017


Richard,



It is simpler to properly define the x and y axes and to transpose the input data matrix:


[a,b] = size(asc_data);
y = a:-1:1;
x = 1:b;
asc_data = asc_data';
grayplot(x,y,asc_data)
f=gcf();
f.color_map=hotcolormap(64);



[cid:image001.jpg at 01D3651F.96434960]



Regards,

Rafael



-----Original Message-----
From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of Richard llom
Sent: Friday, November 24, 2017 11:15 AM
To: users at lists.scilab.org
Subject: Re: [Scilab-users] surf and %nan



Thanks Rafael!



Never would have guessed this one (a.rotation_angles=[0 0];)!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20171124/aa884b84/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 11590 bytes
Desc: image001.jpg
URL: <https://lists.scilab.org/pipermail/users/attachments/20171124/aa884b84/attachment.jpg>


More information about the users mailing list