two component vector help

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

質問済み:

2021 年 12 月 7 日

閉鎖済み:

2026 年 1 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by