I want to show my graphical output of a Matlab program in a different pre-fixed window. So, that whenever I run the program, the output should be inside this figure. I followed a tutorial on the Matlab website and the created the figure as follows:
Until here everything is fine.
Now, when I what to show some output inside this figure with figure(1)
, Imshow(A)
, the figure size and position is automatically changed, which I do not want. I get something like this:
Now my question is: How do I show the outputs in the pre-calculated position and size?