photo

khushi


Last seen: 5개월 전 2015년부터 활동

Followers: 0   Following: 0

메시지

student of MTech 2nd year

통계

MATLAB Answers

9 질문
0 답변

순위
202,784
of 300,364

평판
0

참여
9 질문
0 답변

답변 채택
22.22%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Two equivalent codes getting different answer
Code 1: AD=[1 8 4;5 6 3;2 7 6]; dd=[1 6 7;3 6 8;2 6 5]; cvx_begin variables QM(3,3) maximize log_det(eye(3)+d...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


input arguments must be double?help
clc;clear all; g_db=[0:1:10]; g=10.^(g_db/10); %g=0:1:3; c=1; alpha=2; syms y a=sqrt(2.*(g).*(1-sqrt(1/2))); ...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


coversion frm sym to double is not possible?plz help
clc;clear all; g_db=[0:2:20]; g=10.^(g_db/10); alpha=1.25; c=1; M=2; syms y r=0; for j=2:M p=((-1)^j)*(factorial...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


index must b positive?plz help
clc;clear all; g_db=[0:1:10]; g=10.^(g_db/10); alpha=2; c=1; M=2; syms y r=0; for j=2:M ...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


conversion frm sym to double is not possible?
clc; clear all; g_db=[0:1:40]; g=10.^(g_db/10); c=1; syms y %g=0:0.1:10; alpha=1; p=0.5*((g)+exp(-...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


Undefined function or method 'erfc' for input arguments of type 'sym'.??plz help
clc; clear all; a0=1; c=1; alpha=1 g=0:0.1:6; syms x y x=a0*g.*y; p=0.5*erfc(x/sqrt(2))*(y^(alpha-1))*exp(-y/c)/(g...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


i made some changes but error is coming ..plz help
clc; clear all; k=1; g=0.01:.1:6; lambda=2; b=2; c=1; l=2; T=zeros(size(0.01:0.1:6)); i...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


i not able to find error..not getting right plot
clc; clear all; k=1; g=0.01:.1:6; lambda=2; b=2; c=1; l=2; for x=0.01:.1:6 T=[]; P=(0.5*lamb...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


error of conversion from sym to double is coming and when i used double then double can't convert to double array..plz help
clc; clear all; c=1; g=1:1:5; lambda=2; b=2; syms y P=((0.5*lambda)/((b^(lambda*c))*gamma(c))); Q=(exp...

대략 10년 전 | 답변 수: 1 | 0

1

답변