I\'m trying to draw an arrow in matlab graph, without any success.
Code example:
function [ output_args ] = example( input_args ) figure (\'Name\',
You can use the (well-documented) DaVinci Draw toolbox (full disclosure: I wrote/sell the toolbox, though arrows are free). Example syntax and example output are below.
davinci( 'arrow', 'X', [0 10], 'Y', [0 2], )