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

6 vues (au cours des 30 derniers jours)
Vishal Dhamgaye
Vishal Dhamgaye le 18 Déc 2018
Modifié(e) : Stephen23 le 18 Déc 2018
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 commentaires
Vishal Dhamgaye
Vishal Dhamgaye le 18 Déc 2018
Thank you for deleting it. I will contact support team.
Stephen23
Stephen23 le 18 Déc 2018
Modifié(e) : Stephen23 le 18 Déc 2018
@Vishal Dhamgaye: please show us how you are calling sortrows, and upload its inputs in a .mat file.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by