Save layout of the variable visalizer tab

2 views (last 30 days)
Mikel
Mikel on 23 Jun 2023
Commented: Mikel on 4 Jul 2023
Hello,
I'm actually working with a program which I want to visualize some variables in the same time. I was wondering if it is possible to save a configuration or layout for the variable visualizer tab, so every time I close and open matlab this tab is configured as I last time.
Here is an example of this window.

Answers (1)

Parth Saraf
Parth Saraf on 25 Jun 2023
Hello,
You may follow these steps:
  1. Open the Variable Visualizer and configure the Variable Visualizer tab by using your customization
  2. To save your configuration, go to Home tab and click on preferences or use the command in the command window
preferences('VariableEditor')
3. Open the Variable Editor preferences: In the preferences window, navigate to Matlab -> Variable Editor
4. Check the box "Save layout" under the "Variable Editor" section in order to save the layout
5. Click on "Apply" button to save the preferences and close and restart Matlab
Hope it helps!!
  2 Comments
Angelo Yeo
Angelo Yeo on 25 Jun 2023
Hi Parth,
I don't think there is a "Save layout" button in Preferences > MATLAB > Variables. Can you show me a screenshot for it, please?
Mikel
Mikel on 4 Jul 2023
I couldnt find the save layout button, where it is?

Sign in to comment.

Categories

Find more on Desktop in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!