How do I dock figures next to the editor by default ?
set(0,’DefaultFigureWindowStyle’,’docked’) does not work. It still opens the figure in a new windows an I have to right click and click on "Dock figures". Alternatively I can press CTRL+Shift+D but I dont want to do that. Typing get(0,’DefaultFigureWindowStyle’) gives me "docked" as an answer so the command is working appearently.
How can I make it so the figure appears next to the editor by default without me pressing CTRL+Shift+D everytime ?set(0,’DefaultFigureWindowStyle’,’docked’) does not work. It still opens the figure in a new windows an I have to right click and click on "Dock figures". Alternatively I can press CTRL+Shift+D but I dont want to do that. Typing get(0,’DefaultFigureWindowStyle’) gives me "docked" as an answer so the command is working appearently.
How can I make it so the figure appears next to the editor by default without me pressing CTRL+Shift+D everytime ? set(0,’DefaultFigureWindowStyle’,’docked’) does not work. It still opens the figure in a new windows an I have to right click and click on "Dock figures". Alternatively I can press CTRL+Shift+D but I dont want to do that. Typing get(0,’DefaultFigureWindowStyle’) gives me "docked" as an answer so the command is working appearently.
How can I make it so the figure appears next to the editor by default without me pressing CTRL+Shift+D everytime ? figure, graph, matlab, gui, default MATLAB Answers — New Questions