Why does MATLAB open my figure without the camera toolbar?

2 views (last 30 days)
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.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
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

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!