![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20849339_1610479839659_DEF.jpg)
Roya Kakar
Followers: 0 Following: 0
Statistica
0 Domande
5 Risposte
RANK
19.691
of 297.010
REPUTAZIONE
2
CONTRIBUTI
0 Domande
5 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
RANK
of 157.687
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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 ...
circa 3 anni fa | 0
having problem with mvnrnd...
I don't have Statistics Toolbox in my Matlab, how can I get it?
circa 3 anni fa | 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); ...
circa 3 anni fa | 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...
circa 3 anni fa | 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 ...
circa 3 anni fa | 1