A MATLAB figure outputs a blue toolbar around the image. I need to remove the blue toolbar.
I was using:
figure('Toolbar','none')
but it removes the menubar but not the blue toolbar.
|
|
|
Not sure if this what you meant, but I believe you wanted to "maximize" the plot to fill the entire figure. Example:
optionally also hide the tick marks:
|
|||
|
|
|
You have it the other way around, I think you want to remove the menubar (not just the toolbar):
|
|||||||
|