intersection fuction between two matrix

2 views (last 30 days)
Shehab Tarek
Shehab Tarek on 27 May 2020
Answered: Sai Sri Pathuri on 29 May 2020
i have two matrix and i get the intersection between athor how to get the intersection element but i want the element to repeat
for example matrix1=[0.25,0,0] matrix2=[0.25,0,0,3]
i want my output to be [0.25,0,0]

Answers (1)

Sai Sri Pathuri
Sai Sri Pathuri on 29 May 2020

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!