Community Profile

photo

Junhong YE


The Chinese University of Hong Kong

Active since 2014

Professional Interests: Wireless Communication

Statistics

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Answered
Finding the indices of the elements of one array in another
I think find(ismember(A,B)) would do it.

9 years ago | 0

Question


Cannot get XLabel by Child accessing of gca
I wonder why can't I access/see the _xlabel_ object by _get(gca,'children')_ . However, I do can access its handle by get(gca...

10 years ago | 1 answer | 0

1

answer

Question


Indexing high dimension elements from a N-D matrix
Hi, all, I met a problem when I was trying to index the third dimension elements of a 3-dim matrix, i.e. A=rand(10,10,10)...

10 years ago | 1 answer | 0

1

answer