Error using tabular/plot too many input arguments
Mostrar comentarios más antiguos
my code for plotting the table is:
if team == 2
Rawdata = readtable('liverpool.xlsx');
x = Rawdata(:,4);
y = Rawdata(:,5);
figure;
plot(x,y);
end
Where i am displayed an error,
I am aware that tables can not be used to plot now, however I can not find a solution around this,
Thanks for any help.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!