view test/bug-35448/fB.m @ 20607:db3286201347 stable

doc: Add explanation of ':' optional input to numel(). * data.cc (Fnumel): Add explanation of ':' optional input.
author Rik <rik@octave.org>
date Wed, 07 Oct 2015 14:52:01 -0700
parents 8d1ae996c122
children
line wrap: on
line source

# fB.m
function y = fB (x)
  y = x;
endfunction