photo

alice


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
160,808
of 301,159

REPUTATION
0

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,182

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,105

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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.

13 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, ...

13 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!

13 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...

13 years ago | 3 answers | 0

3

answers