Statistics
2 Questions
0 Answers
RANK
120,318
of 301,175
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,185
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,238
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
Question
Using SVM on a matrix
I have a large matrix with values ranging from -255 to 255. How do I use matalb to perform a svm analysis on the matrix to perfo...
2 years ago | 1 answer | 0
1
answerQuestion
I have a 3D matrix that is 64 by 700 by 10. I want to add the 700 numbers to result in a 2D 64 by 10 matrix. How do I do that?
For example, M = rand(64,700,10); This results in a matrix of the above dimensions or rows by columns by page. How can I perf...
3 years ago | 1 answer | 0
