Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

how to find out sub 3 dimensional matrix in large one

1 vue (au cours des 30 derniers jours)
xuan hau nguyen
xuan hau nguyen le 27 Avr 2017
Clôturé : MATLAB Answer Bot le 20 Août 2021
I want find location of sub 3 dimensional matrix in large one Example
a= [1 2 3; 2 3 4; 3 4 5]
a(:,:,2)= [1 2 3; 2 3 4; 3 4 5]
b=[3 4; 4 5]
b(:,:,2)=[3 4; 4 5]
if subfind(a,b) find out at location (2, 2,2)
please help me
  2 commentaires
xuan hau nguyen
xuan hau nguyen le 1 Mai 2017
Why dont anyone help me ? where are you Matlab support team?
Guillaume
Guillaume le 1 Mai 2017
There is no matlab support team on this forum. We're just random volunteers who answer questions that they find interesting.
Questions that are trivial to solve or where the person asking does not appear to have made any effort towards finding a solution are often not interesting

Réponses (1)

KSSV
KSSV le 1 Mai 2017
  1 commentaire
xuan hau nguyen
xuan hau nguyen le 1 Mai 2017
please ! you carefully read my question, my problem find out sub 3 dimension in large 3 dimension matrix.
two answers of you, the first only find location of elements in sub matrix and the second find out in 2 dimensions

Community Treasure Hunt

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

Start Hunting!

Translated by