comparison scripts/general/rot90.m @ 3408:ae7adbb591e8

[project @ 2000-01-06 08:29:11 by jwe]
author jwe
date Thu, 06 Jan 2000 08:29:26 +0000
parents 5e0a0b1cba43
children f8dde1807dee
comparison
equal deleted inserted replaced
3407:5e0a0b1cba43 3408:ae7adbb591e8
45 ## @equiv{} 45 ## @equiv{}
46 ## rot90 ([1, 2; 3, 4], 7) 46 ## rot90 ([1, 2; 3, 4], 7)
47 ## @end group 47 ## @end group
48 ## @end example 48 ## @end example
49 ## @end deftypefn 49 ## @end deftypefn
50 ## @seealso{flipud, fliplr} 50 ## @seealso{flipud and fliplr}
51 51
52 ## Author: jwe 52 ## Author: jwe
53 53
54 function y = rot90 (x, k) 54 function y = rot90 (x, k)
55 55