Watch this Author's files
Thanks Ben!
In a previous version of panel I used to do something like this:
p = panel(gcf, [2 2], [70 30],[80 20]); select(p{1}); plot(y1) select(p{2}); plot(y2) select(p{3}); hist(y1,100) select(p{4}); hist(y2,100)
How do I do something simple like this in the newest version of panel?
Contact us