Skip to content

Instantly share code, notes, and snippets.

@MariaLavrovskaya
Created October 18, 2021 08:52
Show Gist options
  • Save MariaLavrovskaya/d20ceca26c93a5c5d3cda579ebd87854 to your computer and use it in GitHub Desktop.
Save MariaLavrovskaya/d20ceca26c93a5c5d3cda579ebd87854 to your computer and use it in GitHub Desktop.
svm-upload.m
% % For unseparable data
x = readtable(''); %add your path to the file
y = readtable(''); %add your path to the file
x = table2array(x);
y = table2array(y);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment