QUIVER関数で、ベクトルの長さが調整されてしまうのはなぜですか?
Show older comments
QUIVER関数を利用していますが、プロットされた結果が指定したベクトルの長さと異なります。例えば、以下のコマンドでは、
quiver(0,0,1,1);
ベクトルの先は、[0.9, 0.9]の座標を示します。

Accepted Answer
More Answers (0)
Categories
Find more on ベクトル場 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!