File: plot.m

package info (click to toggle)
octave 11.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 148,816 kB
  • sloc: cpp: 347,638; ansic: 85,112; fortran: 20,693; objc: 10,276; sh: 8,747; lex: 4,496; yacc: 4,406; perl: 1,544; java: 1,365; awk: 1,282; makefile: 666; xml: 193
file content (3 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (2)
1
2
3
## function which shadows a function with the same name in Octave's core library
function plot ()
endfunction