Initialising Graphs from Live Script

Is there a method for initializing the plot window in a live script?
Current I initialise a figure in the cmd window like so:
figure(1)
The from my live script plot
figure(1)
plot(someData)
This will plot someData in the figure window rather than live script output, great, but it's a bit clunky and kind of irritating to do everytime I hit run.

3 Kommentare

John Doe
John Doe am 8 Jul. 2019
Bearbeitet: John Doe am 10 Okt. 2019
I asked this a while ago.
Any staff able to help with this?
James Owen
James Owen am 3 Mär. 2020
You can get the figure to pop-out of the Live Editor in its own window by setting its "Visibible" property to 'on'. For example:
plot(1:10)
set(gcf,'Visible','on')
Heather Lai
Heather Lai am 18 Feb. 2021
Thank you, this is very helpful!

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Graphics Objects finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 3 Jul. 2019

Kommentiert:

am 18 Feb. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by