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

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

[Octave-bug-tracker] [bug #48982] line drawing not compatible with gnupl


From: Rik
Subject: [Octave-bug-tracker] [bug #48982] line drawing not compatible with gnuplot version 4.4.0
Date: Fri, 2 Sep 2016 23:36:57 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #4, bug #48982 (project octave):

Ignore my derefencing comment.  Sometimes I just don't get Octave syntax.


x = cell (1,4);
x(3) = {}
error: =: nonconformant arguments (op1 is 1x1, op2 is 0x0)
x{3} = {}
x = 
{
  [1,1] = [](0x0)
  [1,2] = [](0x0)
  [1,3] = {}(0x0)
  [1,4] = [](0x0)
}




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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