Community Profile

photo

Roya Kakar


Last seen: circa 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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 ...

oltre 2 anni fa | 0

Risposto
having problem with mvnrnd...
I don't have Statistics Toolbox in my Matlab, how can I get it?

oltre 2 anni fa | 0

Risposto
"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); ...

oltre 2 anni fa | 0

Risposto
"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...

oltre 2 anni fa | 0

Risposto
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 ...

oltre 2 anni fa | 0