If I have that x=[1,2,3,4];y=[2,3,4,5];plot(x,y)
x=[1,2,3,4];y=[2,3,4,5];plot(x,y)
how can I label my x and y-axes with a specific name? The commands xlabel(\'name\') and
xlabel(\'name\')