summaryrefslogtreecommitdiff
path: root/macros/FunctionAnnotation/FA_SZ_PERMUTE_ROW.sci
blob: 3dd4e604b2cebec60db7afae580992ebe6863032 (plain)
1
2
3
4
5
6
7
8
9
function outsize=FA_SZ_PERMUTE_ROW(insize, val)
disp(size(val))
outsize = 3;
//if((val(0) == '1') & (val(1) == '2'))
//	outsize = insize(1);
//else
//	outsize = insize(2);
//end
endfunction