Changeset 112


Ignore:
Timestamp:
07/05/16 22:26:03 (8 years ago)
Author:
bduin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • distools/plotgraph.m

    r10 r112  
    2323function plotgraph (A,L,S)
    2424
    25 if narg < 3, S = 'k'; end
     25if nargin < 3, S = 'k'; end
    2626A = +A;
    2727[n,m] = size(A);
Note: See TracChangeset for help on using the changeset viewer.