How to fix a get sort row error?
古いコメントを表示
I run a matlab based application with out any problem on my computer. But when I run the same app on a colleague's computer, I get this error:
Jul 20, 2017 2:37:01 PM com.microsoft.sqlserver.jdbc.AuthenticationJNI <clinit>
WARNING: Failed to load the sqljdbc_auth.dll cause : no sqljdbc_auth in java.library.path
Undefined function 'sort' for input arguments of type 'MException'.
Error in sortrows>sort_back_to_front (line 114)
[~,ind] = sort(x(ndx,k),'ascend');
Error in sortrows (line 89)
ndx = sort_back_to_front(x_sub, col);
Why?
Thanks in advance for any help.
1 件のコメント
Walter Roberson
2017 年 7 月 20 日
What is class(x_sub) on each of the machines at the time of the problem?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Environment and Settings についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!