Changeset 112 for distools/plotgraph.m
- Timestamp:
- 07/05/16 22:26:03 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
distools/plotgraph.m
r10 r112 23 23 function plotgraph (A,L,S) 24 24 25 if narg < 3, S = 'k'; end25 if nargin < 3, S = 'k'; end 26 26 A = +A; 27 27 [n,m] = size(A);
Note: See TracChangeset
for help on using the changeset viewer.