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

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

[Octave-bug-tracker] [bug #54313] Typecast function


From: Arnaud Delorme
Subject: [Octave-bug-tracker] [bug #54313] Typecast function
Date: Sat, 14 Jul 2018 18:11:11 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36

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

                 Summary: Typecast function
                 Project: GNU Octave
            Submitted by: arnodelorme
            Submitted on: Sat 14 Jul 2018 10:11:10 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Arnaud Delorme
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.0
        Operating System: Mac OS

    _______________________________________________________

Details:

Typecast is not functional when entering capital letters in the target type.
Matlab is though

This creates an error (not on Matlab though)

typecast(10,'UINT8');

error: typecast: cannot convert to UINT8 class

This is fine

octave:22> typecast(10,'uint8')





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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