two component vector help
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Can someone explain how to create a two component vector?
1 个评论
What exactly do you mean by a two component vector?
A simple 2D row vector (V):
V = [1, 1]
And a 2D column vector:
V = [1; 1]
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!