photo

alice


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
How to find the position in cell arry?
Dear, Andrei bobrov your answer is also work. thank you.

12 years ago | 0

Question


How to find the position in cell arry?
Hi I have cell array data example. D = {[1 2];[1 4];[1 6];[2 4];[2 5];} I want to find the position of [1 6] in that D, ...

12 years ago | 2 answers | 0

2

answers

Answered
how to count more than 1 element in cell array?
Oh thank you so much Both answers are work!

12 years ago | 0

Question


how to count more than 1 element in cell array?
Hello I have cell array data example. D = {[1 2 5];[1 2 4 6];[2 4 5 6];[2 5];[1 4 6]} the answer is 3 I want to kno...

12 years ago | 3 answers | 0

3

answers