summaryrefslogtreecommitdiff
path: root/macros/FunctionAnnotation/FA_SZ_PERMUTE_ROW.sci
blob: 35cf8accefd8718d8195be956025ded89433fc65 (plain)
1
2
3
4
5
6
7
8
9
function outsize=FA_SZ_PERMUTE_ROW(insize, val)

outsize = 3;
//if((val(0) == '1') & (val(1) == '2'))
//	outsize = insize(1);
//else
//	outsize = insize(2);
//end
endfunction