If I plot one part from 8 to 10, hold on, and plot the second part from 16 to 18, it automatically fill the x axis from 10 to 16. I don't want to write the x axis from 10 to 16.
I want and x axis with only these 6 ticks:
8 9 10 // 16 17 18
Thank you for your answer but what I want is to make a brake in the x axis, I mean, a real break.
Something like this ----//----
I want to put is two bent lines cutting the line of the axis.
I hope you understand me.
Thank you
Hello. I would like to plot a graph in Matlab with the x axis from 8 to 18 bu with two sections, one from 8 to 10 and other from 16 to 18. I would like to skip the part from 10 to 16 making a mark or a curve.
I don't know if you understand what I want, it's not easy to explain it.
Anyway...
Hello everybody, I have a question.
I would like to reverse a vector, I mean transform [1,2,3,4] into [4,3,2,1].
Do you know if there is any function that can do that?
I have to do with many vectors, so it could be tough to do a bucle with each vector.
Thank you