how to correct/patch documentation?
Ben Abbott
bpabbott at mac.com
Mon Feb 18 11:15:30 CST 2008
I was browsing the on-line documentation and noticed a reference to a
deprecated function, "struct_elements".
http://www.gnu.org/software/octave/doc/interpreter/Error-Messages.html#Error-Messages
struct_elements ([1, 2; 3, 4])
error: struct_elements: wrong type argument `matrix'
What is the proper method to have it changed to "fieldnames" ?
fieldnames ([1, 2; 3, 4])
error: fieldnames: wrong type argument `matrix'
Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.cae.wisc.edu/pipermail/bug-octave/attachments/20080218/5a65c602/attachment.html
More information about the Bug-octave
mailing list