MATLAB: Does MATLAB open the figure without the camera toolbar

camearcameratoolbarfigureMATLABopenopenfigsavetoolbar

Why does MATLAB open my figure without the camera toolbar?
When I save my figure in MATLAB with the camera toolbar activated and then open the saved figure in MATLAB, the figure window appears without the camera toolbar.
Is there a way I can save my figure in MATLAB and have it open with the camera toolbar activated.

Best Answer

Currently, there is no feature in MATLAB that will let you open a saved figure such that the camera toolbar is still active.
As a workaround, you can use the CAMERATOOLBAR function to create a new camera toolbar after loading your saved Figure in MATLAB. To create a camera toolbar in the figure window, just type the following at the MATLAB command prompt:
cameratoolbar
For more information about how you may use the above function, please type the following at the MATLAB command prompt:
help cameratoolbar