photo

Roya Kakar


Last seen: 3년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

0 질문
5 답변

순위
19,879
of 300,369

평판
2

참여
0 질문
5 답변

답변 채택
0.00%

획득한 표
1

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer

배지 보기

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

거의 4년 전 | 0

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

거의 4년 전 | 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); ...

거의 4년 전 | 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...

거의 4년 전 | 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 ...

거의 4년 전 | 1