Skip to content
Snippets Groups Projects
Commit 0863d91c authored by William Lövfors's avatar William Lövfors
Browse files

unclear changes

parent 613ade41
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ function[convertedData]=ConvertData(orgData, varNames, rowNames)
if nargin<2
varNames=orgData{:,1};
varNames=table2cell(orgData(:,1));
orgData(:,1)=[];
end
if nargin<3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment