skip to main | skip to sidebar

My Info Center

Interesting people find this blog boring; only boring people find this blog interesting ...

Wednesday, November 07, 2007

[Matlab] Specify a figure to plot

Source

Matlab Help

Syntax

set(0,'CurrentFigure',figure_handle);

Code

h1 = figure;
h2 = figure;
set(0,'CurrentFigure',h1);
plot( x1, y1 );
set(0,'CurrentFigure',h2);
plot( x2, y2 );

Posted by YYC at 10:55 AM

Labels: Matlab

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Labels

  • CPP (7)
  • Debug (2)
  • English (3)
  • Finance (1)
  • HTML (3)
  • Life (2)
  • Linux/Unix (4)
  • Matlab (18)
  • MISC (2)
  • Perl (3)
  • Tools (4)

Blog Archive

  • ►  2011 (1)
    • ►  May (1)
  • ►  2010 (1)
    • ►  April (1)
  • ►  2008 (4)
    • ►  October (1)
    • ►  September (1)
    • ►  April (1)
    • ►  January (1)
  • ▼  2007 (17)
    • ▼  November (2)
      • [Matlab] Create a figure with specified location a...
      • [Matlab] Specify a figure to plot
    • ►  October (2)
    • ►  September (1)
    • ►  June (4)
    • ►  May (1)
    • ►  April (2)
    • ►  March (2)
    • ►  February (1)
    • ►  January (2)
  • ►  2006 (22)
    • ►  November (3)
    • ►  October (1)
    • ►  August (8)
    • ►  July (10)

About Me

YYC
View my complete profile