You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
u = cos(x)._y;
v = sin(x)._y;
figure
quiver(x,y,u,v)
fig2plotly()```
Here's the result

https://plot.ly/~jackp/9543
This is the vanilla example in the MATLAB docs:
http://www.mathworks.com/help/matlab/ref/quiver.html
Running this on the 2014b version:
