Roya Kakar
Followers: 0 Following: 0
Feeds
已回答
having problem with mvnrnd...
function p = mygmm(x1,x2, w1, mu1, sigma1, w2, mu2, sigma2) assert(w1 +w2 == 1.0, 'The weights of the components must ...
having problem with mvnrnd...
function p = mygmm(x1,x2, w1, mu1, sigma1, w2, mu2, sigma2) assert(w1 +w2 == 1.0, 'The weights of the components must ...
3 years 前 | 0
已回答
having problem with mvnrnd...
I don't have Statistics Toolbox in my Matlab, how can I get it?
having problem with mvnrnd...
I don't have Statistics Toolbox in my Matlab, how can I get it?
3 years 前 | 0
已回答
"Variable index exceeds table dimensions" Error
This is my actual code X = readtable('lingspam_features.csv'); sm =(table2array(X)); [B, I] = sort(sm, 'desc'); X=X(:, I); ...
"Variable index exceeds table dimensions" Error
This is my actual code X = readtable('lingspam_features.csv'); sm =(table2array(X)); [B, I] = sort(sm, 'desc'); X=X(:, I); ...
3 years 前 | 0
已回答
"Variable index exceeds table dimensions" Error
By running the folowing line of code I get the following error message X=X(:, I); Error message: Variable index exceeds tabl...
"Variable index exceeds table dimensions" Error
By running the folowing line of code I get the following error message X=X(:, I); Error message: Variable index exceeds tabl...
3 years 前 | 0
已回答
Why am I getting the error "Array indices must be positive integers or logical values"?
Please answer my quesion. I get the following error after running this line of code sm =sum(table2array(X)); Array indices ...
Why am I getting the error "Array indices must be positive integers or logical values"?
Please answer my quesion. I get the following error after running this line of code sm =sum(table2array(X)); Array indices ...
3 years 前 | 1