Hi, I am getting following error while using matlab sortrows().
Ältere Kommentare anzeigen
following error
_____Error using matlab.internal.math.cellstrpad
Cell elements must be character arrays.
Error in sortrows>sortBackToFrontCell (line 131)
tmp = matlab.internal.math.cellstrpad(A(I,ack));
Error in sortrows (line 68)
I = sortBackToFrontCell(A, col);
4 Kommentare
madhan ravi
am 18 Dez. 2018
post your code
madhan ravi
am 18 Dez. 2018
Bearbeitet: madhan ravi
am 18 Dez. 2018
@Vishal I deleted your comment because it's copyright by mathworks so I believe it shouldn't be shared in a public forum like this. The better way is to contact Mathworks Support Team by clicking the Contact Us button on the top right corner of this page.
Vishal Dhamgaye
am 18 Dez. 2018
Antworten (0)
Kategorien
Mehr zu Environment and Settings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!