Strange error: "Unable to use a value of type table as an index."

3 Ansichten (letzte 30 Tage)
Gabor
Gabor am 27 Sep. 2021
Kommentiert: Jan am 27 Sep. 2021
Hello,
When I used the word sortrows in the function input:
myfunc_results=myfunction(T, sortrows);
I get error: "Unable to use a value of type table as an index." when I tried to sort any table. in the function.
I change the word sortrows to sortrow and it works perfect.
It just may help someone...
Thanks
  2 Kommentare
Walter Roberson
Walter Roberson am 27 Sep. 2021
That error hints that myfunction might be an array rather than a handle to a function or a function.
Jan
Jan am 27 Sep. 2021
sortrows is a Matlab command.
Please post the complete error message. What does "when I tried to sort any table" explicitly mean?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Shifting and Sorting Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by