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

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

[Octave-bug-tracker] [bug #55102] gunzip/bunzip2 error with cell array o


From: Rik
Subject: [Octave-bug-tracker] [bug #55102] gunzip/bunzip2 error with cell array of strings input
Date: Mon, 26 Nov 2018 17:37:31 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

Update of bug #55102 (project octave):

              Item Group:        Unexpected Error => Matlab Compatibility   
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  Matlab can accept a cell array of strings, but gunzip/bunzip2 in
Octave are not documented to accept an array.

Can you test where Matlab places the destination files?

Try this


mkdir atst
mv a.tar.gz atst
mkdir btst
mv b.tar.gz btst
matlab
>> flist = gunzip ({'./atst/a.tar.gz', './btst/b.tar.gz'})


The files a.tar.gz and b.tar.gz are attached.

I want to know whether it unpacks a.tar.gz and b.tar.gz in to the first
directory in the list ('./atst') or whether each is unpacked separately.



(file #45533, file #45534)
    _______________________________________________________

Additional Item Attachment:

File name: a.tar.gz                       Size:0 KB
File name: b.tar.gz                       Size:0 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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