two component vector help

2 次查看(过去 30 天)
scientist121
scientist121 2021-12-7
评论: HWIK 2021-12-7
Can someone explain how to create a two component vector?
  1 个评论
HWIK
HWIK 2021-12-7
What exactly do you mean by a two component vector?
A simple 2D row vector (V):
V = [1, 1]
V = 1×2
1 1
And a 2D column vector:
V = [1; 1]
V = 2×1
1 1

请先登录,再进行评论。

回答(0 个)

产品


版本

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by