supernova


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
248,021
of 301,440

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

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

Question


ERROR Operands to the || and && operators must be convertible to logical scalar values
please give me example why i got error "Operands to the || and && operators must be convertible to logical scalar values." ...

9 years ago | 1 answer | 0

1

answer

Question


matrix dimensions must agree error
%check the accuracy of the predictions predictions = predict(theta, X); accuracy = mean( double(predictions == targets_t...

9 years ago | 1 answer | 0

1

answer

Question


How should I write the correct code? because I just learn matlab and i want to do the binary classification using logistic regression
training_features = datatraining(:,(1:end-1)) training_classLabels = datatraining(:,end) testing_features = datatesting(...

9 years ago | 0 answers | 0

0

answers