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
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)