Search
Examples below can be generated by plot_example.m script in Tools repository.
plot_example.m
subfig
close all
imshow
image
imagesc
axis image
axis equal
xlabel( 'x' )
zlabel( 'z' )
quiver
quiver3
quiver(X,Y,U,V,0)
xlabel( 'time [s]' )
ylabel( 'voltage [mV]' )
axis tight