No BSD License  

Highlights from
uistack2

Be the first to rate this file! 3 Downloads (last 30 days) File Size: 4.36 KB File ID: #9707
image thumbnail

uistack2

by Jerome Briot

 

20 Jan 2006 (Updated 07 Aug 2006)

Modification of the Matlab UISTACK function

| Watch this File

File Information
Description

UISTACK2 solves a problem reported in the MATLAB newsgroup comp.soft-sys.matlab about UISTACK behavior. This problem faced in R12.1 version, still occur in R14SP3.

See "[UISTACK] Problem with patch and line objects." in the newsgroup.

Exemple :

    figure
    
    subplot(2,1,1);
    plot([1 5],[2 7]);
    p=patch([2 4 4 2],[3 3 4 4],'r');
    uistack(p,'bottom');
    % the red patch SHOULD be placed under the blue line
    title('UISTACK behavior')

    subplot(2,1,2);
    plot([1 5],[2 7]);
    p=patch([2 4 4 2],[3 3 4 4],'r');
    uistack2(p,'bottom');
    % the red patch IS placed under the blue line
    title('UISTACK2 behavior')

UISTACK2 is basically based on the original UISTACK function (by Loren Dean from TMW). Its use differs by the add of an "undo" feature.

Type "help uistack2" at the command prompt for more informations

***ASK FOR BACKWARD/FORWARD COMPATIBILITY***

Please test this contribution, and send feedbacks about the Matlab version you use. Send e-mail directly to the author (don't use the "User Review" section).

MATLAB release MATLAB 6.1 (R12.1)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Updates
21 Feb 2006

Ver 1.1 : bug fixed when "up/down" arguments are used with multiple handles H.

07 Aug 2006

07 Aug 2006 - Minor bugs fixed.

Tag Activity for this File
Tag Applied By Date/Time
data exploration Jerome Briot 22 Oct 2008 08:13:15
uistack Jerome Briot 22 Oct 2008 08:13:15
stack Jerome Briot 22 Oct 2008 08:13:15
stacking Jerome Briot 22 Oct 2008 08:13:15
order Jerome Briot 22 Oct 2008 08:13:15
object Jerome Briot 22 Oct 2008 08:13:15

Contact us at files@mathworks.com