photo

Lillian Rigoli


Last seen: 6 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
21,830
of 301,172

REPUTATION
2

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 21,183

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,200

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

Feeds

View by

Answered
convert cell of 'True' and 'False' values to a numeric array of 1s and 0s
better answer from stack overflow: f = zeros(size(tad)); f(strcmp(tad,'True')) = 1;

6 years ago | 1

Answered
convert cell of 'True' and 'False' values to a numeric array of 1s and 0s
Ok i found a way that works but seems inefficient? If anyone knows a better solution it'd be much appreciated. t = find(str...

6 years ago | 0

Question


convert cell of 'True' and 'False' values to a numeric array of 1s and 0s
i have a 6432 x 1 cell containing values of either 'True' or 'False'. I'm trying to convert the cell to a numeric array with a...

6 years ago | 4 answers | 0

4

answers