Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how to find out sub 3 dimensional matrix in large one

1 visualización (últimos 30 días)
xuan hau nguyen
xuan hau nguyen el 27 de Abr. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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 comentarios
xuan hau nguyen
xuan hau nguyen el 1 de Mayo de 2017
Why dont anyone help me ? where are you Matlab support team?
Guillaume
Guillaume el 1 de Mayo de 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

Respuestas (1)

KSSV
KSSV el 1 de Mayo de 2017
  1 comentario
xuan hau nguyen
xuan hau nguyen el 1 de Mayo de 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