octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49747] rotate3d compatibility with Matlab


From: Guillaume
Subject: [Octave-bug-tracker] [bug #49747] rotate3d compatibility with Matlab
Date: Thu, 1 Dec 2016 12:54:37 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

URL:
  <http://savannah.gnu.org/bugs/?49747>

                 Summary: rotate3d compatibility with Matlab
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Thu 01 Dec 2016 12:54:35 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

I have made some small adjustments to rotate3d.m for a better compatibility
with Matlab. I also started writing a class (so far called Rotate3D) for the
situation where rotate3d returns an object.

It allows to do this:

++
hfig = figure;
hrot = rotate3d (hfig);
hrot.FigureHandle
set(hrot, "Enable", "on");
--

I noticed that there was already some interest to update rotate3d:

http://lists.gnu.org/archive/html/octave-maintainers/2014-09/msg00067.html

What would be a good name for the Rotate3D class and where should it be stored
in Octave (eg somewhere in +octave/+internal/+graphics/Rotate3D.m)?



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 01 Dec 2016 12:54:35 PM GMT  Name: rotate.diff  Size: 2kB   By: gyom

<http://savannah.gnu.org/bugs/download.php?file_id=39125>
-------------------------------------------------------
Date: Thu 01 Dec 2016 12:54:35 PM GMT  Name: Rotate3D.m  Size: 1kB   By: gyom

<http://savannah.gnu.org/bugs/download.php?file_id=39126>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49747>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]