Created
October 18, 2021 08:52
-
-
Save MariaLavrovskaya/d20ceca26c93a5c5d3cda579ebd87854 to your computer and use it in GitHub Desktop.
svm-upload.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% % 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