summaryrefslogtreecommitdiff
path: root/SCI2CTmpResultsReports/lengthfinder/lengthfinder_copy.sci
blob: f25cf64f4e274d7166ff2ffe54981e06f416b6cb (plain)
1
2
3
4
5
function lengthfinder()
    x=1:5;
    y=length(x);
    disp(y)
endfunction