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

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

[Octave-bug-tracker] [bug #50640] display function not passing arguments


From: Rik
Subject: [Octave-bug-tracker] [bug #50640] display function not passing arguments to overloaded version of function
Date: Wed, 29 Mar 2017 15:00:57 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #24, bug #50640 (project octave):

The original motivating example seems to work.  Should there be an extra
newline somewhere in display.m?  See the following


octave:7> x = audiorecorder ()
x = 
  scalar structure containing the fields:

    BitsPerSample =  16
    CurrentSample = 0
    DeviceID = -1
    NumberOfChannels =  2
    Running = off
    SampleRate =  44100
    TotalSamples = 0
    Tag = 
    Type = audiorecorder
    UserData = [](0x0)
octave:8> y = magic (3)
y =

   8   1   6
   3   5   7
   4   9   2



The phrase "scalar structure containing the fields:" looks like it should be
one newline down for "loose" format which is the default.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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