[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Matlab compatibility testing
From: |
Rik |
Subject: |
Matlab compatibility testing |
Date: |
Wed, 21 Aug 2013 20:48:19 -0700 |
8/21/13
Could someone run a compatibility test for me? I've noticed that ishold(),
pbaspect(), and daspect() will open a new figure if none is present. I
want to make sure that Matlab does the same thing.
Test Code:
close all
ishold ()
# Does new figure appear?
close all
pbaspect ()
# Does new figure appear?
close all
daspect ()
# Does new figure appear?
Cheers,
Rik
- Matlab compatibility testing,
Rik <=