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

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

[Octave-bug-tracker] [bug #57329] index error for every command, after t


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #57329] index error for every command, after textscan and variable editor inspection
Date: Tue, 3 Dec 2019 07:21:28 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0

Update of bug #57329 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Sorry, I can't reproduce this on Windows with dev Octave.
"cat /file ..." etc doesn't work here.

What works is:

>> bug57329 = "1, 1, 1, 1, 1, 1, 1\n1, 1, 1, 1, 1, 1, 1"
bug57329 = 1, 1, 1, 1, 1, 1, 1
1, 1, 1, 1, 1, 1, 1
>> textscan(bug57329, "%s,%d,%d,%d,%d,%d,%d", 'delimiter', ',')
ans =
{
  [1,1] =
  {
    [1,1] = 1
    [2,1] = 1
  }
  [1,2] =
    1
    1
  [1,3] =
    1
    1
  [1,4] =
    1
    1
  [1,5] =
    1
    1
  [1,6] =
    1
    1
  [1,7] =
    1
    1
}


but from then on the VE works as it says on the tin.
Can you show what "ans" looks like? (copy from terminal into a verbatim
block)


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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