From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/shiftdata.xml | 99 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 help/en_US/shiftdata.xml (limited to 'help/en_US/shiftdata.xml') diff --git a/help/en_US/shiftdata.xml b/help/en_US/shiftdata.xml new file mode 100644 index 0000000..84bdb79 --- /dev/null +++ b/help/en_US/shiftdata.xml @@ -0,0 +1,99 @@ + + + + + + + + shiftdata + Shifts data by rearranging dimensions + + + + + Calling Sequence + + + + + + Parameters + + + + + + Description + +[y,perm,nshifts]=shiftdata(x,dim) +Shifts the entries along dimension dim in x to the first column and returns the permutation vector in perm +[y,perm,nshifts]=shiftdata(x) +Shifts the entries along dimension dim in x to the first column and returns the number of shifts in nshifts + + + + + Examples + + + + + See also + + permute + unshiftdata + Author + Mallick + + + -- cgit