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

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

[Octave-bug-tracker] [bug #34147] hex2dec function doesn't work for cell


From: Rik
Subject: [Octave-bug-tracker] [bug #34147] hex2dec function doesn't work for cell string inputs
Date: Sat, 27 Aug 2011 13:50:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Update of bug #34147 (project octave):

              Item Group:                   Crash => Feature Request        
                 Summary: hex2dec function doesn't work properly. => hex2dec
function doesn't work for cell string inputs

    _______________________________________________________

Follow-up Comment #1:

Neither the documentation for Octave nor the documentation for Matlab
(http://www.mathworks.com/help/techdoc/ref/hex2dec.html) say that hex2dec()
can accept cell array of string inputs.  It does accept char array inputs. 
For example,


hex2dec (char ('1B', '1C'))
ans =

   27
   28



Can you verify that Matlab accepts cell arrays of strings with the following
code?


hex2dec ({'1B})



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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