Community Profile

photo

Mayss Aliyeh


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
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 ago | 0

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer