changeset 1169:95a92c971e1e

[project @ 1995-03-15 05:38:23 by jwe]
author jwe
date Wed, 15 Mar 1995 05:38:23 +0000
parents e2036dce97ea
children 9963da2d3755
files scripts/plot/__plt1__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/__plt1__.m	Fri Mar 10 18:50:02 1995 +0000
+++ b/scripts/plot/__plt1__.m	Wed Mar 15 05:38:23 1995 +0000
@@ -32,7 +32,7 @@
 
   [nr, nc] = size (x1);
   if (nr == 1)
-    x1 = x1';
+    x1 = x1.';
     tmp = nr;
     nr = nc;
     nc = tmp;