Why do I receive "Error using sort:Input argument must be a cell array of character vectors"
Show older comments
When I transform CSV to MAT,below error appears.The reason is that the data in the CSV file is not always existing, right?
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DataAnalysisTool('Convert_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
Error using sort
Input argument must be a cell array of character vectors.
1 Comment
Walter Roberson
on 14 Jun 2022
We need to see the code for Convert_Callback
Answers (0)
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!