photo

khushi


GBPEC,pauri

Active since 2015

Followers: 0   Following: 0

Message

student of MTech 2nd year

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer