diff scripts/plot/draw/trimesh.m @ 23084:ef4d915df748

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Jan 2017 14:27:48 -0500
parents 3a2b891d0b33 e9a0469dedd9
children 092078913d54
line wrap: on
line diff
--- a/scripts/plot/draw/trimesh.m	Sun Jan 22 08:31:08 2017 -0800
+++ b/scripts/plot/draw/trimesh.m	Mon Jan 23 14:27:48 2017 -0500
@@ -118,4 +118,3 @@
 %!error <C must have 'numel \(Z\)' elements> trimesh (1,2,3,4,[5 6]')
 %!error <TrueColor C matrix must> trimesh ([1;1],[2;2],[3;3],[4;4],zeros(3,3))
 %!error <TrueColor C matrix must> trimesh ([1;1],[2;2],[3;3],[4;4],zeros(2,2))
-