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