相关疑难解决方法(0)

如何在Matlab中绘制箭头?

我试图在matlab图中绘制一个箭头,没有任何成功.

代码示例:

function [ output_args ] = example( input_args )

figure ('Name', 'example');
x = [10 30]
y = [10 30]
xlim([1, 100])
ylim([1, 100])
arrow (x, y) ???
end
Run Code Online (Sandbox Code Playgroud)

matlab中是否有任何可以绘制箭头的功能?谢谢

matlab plot matlab-figure

23
推荐指数
4
解决办法
7万
查看次数

标签 统计

matlab ×1

matlab-figure ×1

plot ×1