Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

how to find out sub 3 dimensional matrix in large one

1 visualizzazione (ultimi 30 giorni)
xuan hau nguyen
xuan hau nguyen il 27 Apr 2017
Chiuso: MATLAB Answer Bot il 20 Ago 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 Commenti
xuan hau nguyen
xuan hau nguyen il 1 Mag 2017
Why dont anyone help me ? where are you Matlab support team?
Guillaume
Guillaume il 1 Mag 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

Risposte (1)

KSSV
KSSV il 1 Mag 2017
  1 Commento
xuan hau nguyen
xuan hau nguyen il 1 Mag 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