How to form a Multiplicative combination of two feature vectors ?

조회 수: 2 (최근 30일)
Is there any way or built in function available on matlab to form a multiplicative combination of two feature vectors?
For example by using the following type of equetion.
features (<C i , C j > ) = < f i 1 ∗f j1 , ···, f ik ∗f jk , D > ,
  댓글 수: 2
KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 7월 28일
How to ask a question? Please read here.
Walter Roberson
Walter Roberson 2019년 7월 28일
The references to f_ik implies that f is 2D, not a vector.

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2019년 7월 28일
C = vector1(:) * vector2(:).';
This works regardless of whether vector1 and vector2 are row or column vectors.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by