Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
