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

7 次查看(过去 30 天)
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 个评论
Stephen23
Stephen23 2018-12-18
编辑:Stephen23 2018-12-18
@Vishal Dhamgaye: please show us how you are calling sortrows, and upload its inputs in a .mat file.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by