Adding a .mex file to App Designer app
I’d like to use Shuffle to shuffle the rows of a UITable.
https://www.mathworks.com/matlabcentral/fileexchange/27076-shuffle
Hopefully it will keep the columns in a row together and can shuffle Var3 along with the numbers since it is a category (‘L’ or ‘R’)
I’ll have to experiment unless someone knows how to call it:
will Y = Shuffle(X, Dim) only shuffle the Dim’ed column leaving the rest alone?
Uh oh separate question: will repose as another ask
If I have to use X(RANDPERM(LENGTH(X)) as the doc shows will that do it?
How?I’d like to use Shuffle to shuffle the rows of a UITable.
https://www.mathworks.com/matlabcentral/fileexchange/27076-shuffle
Hopefully it will keep the columns in a row together and can shuffle Var3 along with the numbers since it is a category (‘L’ or ‘R’)
I’ll have to experiment unless someone knows how to call it:
will Y = Shuffle(X, Dim) only shuffle the Dim’ed column leaving the rest alone?
Uh oh separate question: will repose as another ask
If I have to use X(RANDPERM(LENGTH(X)) as the doc shows will that do it?
How? I’d like to use Shuffle to shuffle the rows of a UITable.
https://www.mathworks.com/matlabcentral/fileexchange/27076-shuffle
Hopefully it will keep the columns in a row together and can shuffle Var3 along with the numbers since it is a category (‘L’ or ‘R’)
I’ll have to experiment unless someone knows how to call it:
will Y = Shuffle(X, Dim) only shuffle the Dim’ed column leaving the rest alone?
Uh oh separate question: will repose as another ask
If I have to use X(RANDPERM(LENGTH(X)) as the doc shows will that do it?
How? .mex file, app designer MATLAB Answers — New Questions