Hi, I am getting following error while using matlab sortrows().

6 views (last 30 days)
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 Comments
Stephen23
Stephen23 on 18 Dec 2018
Edited: Stephen23 on 18 Dec 2018
@Vishal Dhamgaye: please show us how you are calling sortrows, and upload its inputs in a .mat file.

Sign in to comment.

Answers (0)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!