photo

Yujiao Li


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
104,056
of 301,313

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,236

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,955

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

Question


Classifier function in Support Vector Machine
How to write the source code of estimating the bias term of classifier? The following are other's work, but I do not understa...

11 years ago | 0 answers | 0

0

answers

Question


how to call one result from multiple value returned function
[a,b]=function1(x1,x2) ... what if i want to only get the first return value in function1 (i.e. value of a). Then plug "a"...

11 years ago | 0 answers | 0

0

answers

Question


reshape a 2D to 3D matrix
My data ID X1 X2 1 1 2 1 5 2 2 2 4 2 4 7 ...

11 years ago | 1 answer | 0

1

answer

Question


how to reshape 2D to 3D in loop, when submatrix has different size
% example matrix A =[1,1,2 1,5,2]; B =[2,2,4 2,4,7]; C =[3,2,4 3,4,7]; D =[4,2,4 ...

11 years ago | 0 answers | 0

0

answers