Mayss Aliyeh
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
How to convert a structure into a individual double elements
What if in the struct I have 7 fields, and all of them are different sizes of doubles? I want to use them for the svmtrain. How...
How to convert a structure into a individual double elements
What if in the struct I have 7 fields, and all of them are different sizes of doubles? I want to use them for the svmtrain. How...
7 years 前 | 0
提问
training must be a numeric matrix line 242
my dataset of the the svmtrain is in .mat file and is 1x122 struct it contains 7 fields , 6 of them are double and 1 is numeric....
7 years 前 | 0 个回答 | 0
0
个回答提问
error loading mat file
I have 64bit(win64) and 8GB RAM I have matfile that contains a variable struct size ~4GB, and I receive an error of loading it ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Error using horzcat Dimensions of matrices being concatenated are not consistent.
Red = seg_img(:,:,1); Green = seg_img(:,:,2); Blue = seg_img(:,:,3); [yRed, x] = imhist(Red,16); [yGreen, y] = imh...
7 years 前 | 0 个回答 | 0
0
个回答提问
How to save the extracted features of an image in a matfile?
I've been trying to save the extracted features of the clusters in a variable in .mat file, but i'm new to matlab and don't know...
7 years 前 | 1 个回答 | 0