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

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

[Octave-bug-tracker] [bug #59917] strmatch Matlab compatibility


From: Arnaud Delorme
Subject: [Octave-bug-tracker] [bug #59917] strmatch Matlab compatibility
Date: Wed, 20 Jan 2021 12:55:52 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?59917>

                 Summary: strmatch Matlab compatibility
                 Project: GNU Octave
            Submitted by: arnodelorme
            Submitted on: Wed 20 Jan 2021 05:55:50 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
                 Release: 5.2.0
         Discussion Lock: Any
        Operating System: Mac OS

    _______________________________________________________

Details:

On Octave

a = { 'dfr' 'tgh' 'rere' 'rere' }

b = strmatch('rere', a, 'exact')

b = [ 3 4 ]

On Matlab

b = [ 3 4 ]'

Even though strmatch is marked as soon to be deprecated in Matlab, it is not
going anywhere based on our Matlab contact (and also complaints from our team
and others) as the alternatives create problems. 

Compatibility with Matlab is important for our users and the current
difference create bugs.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59917>

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




reply via email to

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