diff NEWS @ 19181:8b2a919d24bc

rot90.m: add support for N-dimensional arrays. * rot90.m: implement rotation for N-dimensional arrays (in part gained from its implementation on flipud and fliplr). Replace consecutive call to flipud and fliplr when k = 2 into single indexing problem. Add tests. * NEWS: note support for ND arrays in rot90.
author Carnë Draug <carandraug@octave.org>
date Sun, 21 Sep 2014 23:27:27 +0100
parents 995df67fc912
children e278c939a419
line wrap: on
line diff
--- a/NEWS	Sun Sep 21 22:22:46 2014 +0100
+++ b/NEWS	Sun Sep 21 23:27:27 2014 +0100
@@ -140,7 +140,7 @@
 
       fliplr
       flipud
-
+      rot90
 
 Summary of important user-visible changes for version 4.0:
 ---------------------------------------------------------