Re: [Scilab-users] How to subplot SIVP?

2014-10-20 Thread zetor666
thank you :) -- View this message in context: http://mailinglists.scilab.org/Scilab-users-How-to-subplot-SIVP-tp4031375p4031382.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. ___ users mailing list users

[Scilab-users] How to subplot SIVP?

2014-10-20 Thread zetor666
Hello, i have installed SIVP - Scilab Image and Video Processing Toolbox and i want to subplot image. When i do it which example: subplot(2,2,1),plot(x) - its work good but when i do the same with image : subplot(2,2,1),imshow(im) its show me image in another windows (not on the same figure)