필터 지우기
필터 지우기

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