photo

Flo Mo


Active since 2016

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
1 Answer

Cody

0 Problems
68 Solutions

RANK
80,439
of 300,369

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
9,274
of 168,436

CONTRIBUTIONS
0 Problems
68 Solutions

SCORE
690

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Promoter
  • Commenter
  • Solver

View badges

Feeds

View by

Answered
Extract Data from Cell Array with specified key word in other cell
I figured it out: datestring = zeros(length(cell_array), 5); distribution(:, :, 1) = strcmp(cell_array, 'year'...

9 years ago | 0

| accepted

Question


Extract Data from Cell Array with specified key word in other cell
I have this *cell array* (first 10 columns): 'year' 2013 'day' 96 'minute' 50 'sec' 35 [] NaN 'year' 2013 'day' 96...

9 years ago | 1 answer | 0

1

answer