Hi, is it possible to define figure size in Octave 3.0.0?
In Matlab I'm using the following statements:
figure('Position',[7 37 1268 906])
subplot('Position',[0.03 0.33 0.94 0.63])
to create a figure window/sub-window of specific size.
Is there a way to do something similar in Octave?