two component vector help

2 views (last 30 days)
scientist121
scientist121 on 7 Dec 2021
Commented: HWIK on 7 Dec 2021
Can someone explain how to create a two component vector?
  1 Comment
HWIK
HWIK on 7 Dec 2021
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

Sign in to comment.

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!