Hi, I am getting following error while using matlab sortrows().
6 ビュー (過去 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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!