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

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

[Octave-bug-tracker] [bug #50202] automatic padding: a(3)=4


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #50202] automatic padding: a(3)=4
Date: Thu, 2 Feb 2017 17:54:45 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46

Follow-up Comment #11, bug #50202 (project octave):

As to comment #5, ML r2017a does:

>> format compact
>> h = line ([0 1], [2 3])
h = 
  Line with properties:

              Color: [0 0.4470 0.7410]
          LineStyle: '-'
          LineWidth: 0.5000
             Marker: 'none'
         MarkerSize: 6
    MarkerFaceColor: 'none'
              XData: [0 1]
              YData: [2 3]
              ZData: [1×0 double]

  Show all properties
>> ishandle (h)
ans =
  logical
   1
>> 



... and as to comment #8 and comment #9,

>> a(3) = true
a =
  1×3 logical array
   0   0   1
>> 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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