Respondida
How do I digitize wind velocity arrows in an image?
the function of "quiver" is suitable.

más de 2 años hace | 0

Respondida
Graph smoothing not working properly
"x" is not monotonous, therefore, you should use this kind of form: yy1 = smooth(y,0.1,'loess');

más de 2 años hace | 0

| aceptada

Respondida
Compare two columns having different values.
I will suggest the table join to do it: tbla=table; tblb=table; tbla.var={'a','b','c','d','e'}'; tblb.var={'b','c','d','e','...

más de 2 años hace | 0