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

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

post your code
madhan ravi
madhan ravi 2018년 12월 18일
편집: madhan ravi 2018년 12월 18일
@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.
Thank you for deleting it. I will contact support team.
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개)

카테고리

도움말 센터File Exchange에서 Environment and Settings에 대해 자세히 알아보기

질문:

2018년 12월 18일

편집:

2018년 12월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by