[Scilab-users] Displaying an image in a subplot

W.Schulz w.schulz at ove.at
Tue Sep 11 10:07:19 CEST 2012


Hello,
I'm using SCILAB 5.3.3 (64 bit) but (also tried it with SCILAB 5.4 beta 3 -
64 bit) on Win64 and want to display an image in a subplot.
For this purpose I'm using the "Image Processing Design Toolbox" v8.3.1.
I do not understand the reason but I cannot display an image in a subplot. 
Any idea why?
Any idea what I can use to display it in a subplot?

The code is quite simple:

im=ReadImage('100612_151001_000003_130.bmp');
subplot (1,2,2)
ShowImage(im, 'Result');
subplot(1,2,1)
plot2d(t,z_E)

Thanks for your help
Wolfgang



--
View this message in context: http://mailinglists.scilab.org/Displaying-an-image-in-a-subplot-tp4024805.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list