Community Profile

photo

MANOJ KUMAR


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


can you tell me the solution for this error
sig_tr_sia=normpdf(norminv(cdf(logn_sia,SIA)))/(pdf(logn_sia,SIA)) mu_tr_sia=SIA-norminv(cdf(logn_sia,SIA)).*sig_tr_sia Erro...

3 years ago | 0 answers | 0

0

answers

Question


What error is this??
sig_tr_sib=normpdf(norminv(cdf(gamma_sib,SIB)))/(pdf(gamma_sib,SIB)); %transformation mu_tr_sib=SIB-norminv(cdf(gamma_sib,SIB...

3 years ago | 1 answer | 0

1

answer

Question


can you tell me what is this problem??
The following error occurred converting from sym to double: Unable to convert expression into double array. Error in Toppling_...

3 years ago | 1 answer | 0

1

answer

Question


i want to use goto to jump from third line to eighth line.
if(i~=4) if (dx/yg(i))<tand(sia) goto X else P(i-1)=0 end else X end

3 years ago | 1 answer | 0

1

answer

Question


matlab is taking too long to solve the equation.
while (FSt~=FSo) FSo = FSt Nu = W +(T.*sina)-(((p.*l.*sint) - (u.*l.*tanp.*sint))./FSo) Nb = cost + (tanp.*sint)./FSo N ...

3 years ago | 1 answer | 0

1

answer

Question


how do I find FOS by Bishop method in terms of varying Cohesion ,Gama and Phi value??
i want to find FOs eqn having cohesion ,gama and phi value as variable. i wrote this code. upo = sum((p.*l) + (W.*cost*tanp)...

3 years ago | 0 answers | 0

0

answers

Question


can you please tell me what is this error??
eq = (28544953854119197621165719388989902727654932480*tan(1557808888167995/70368744177664)*(T/2 - 10623087851317737265302652...

3 years ago | 1 answer | 0

1

answer

Question


can you please tell me waht is this error??
eq = (28544953854119197621165719388989902727654932480*tan(1557808888167995/70368744177664)*(T/2 - 10623087851317737265302652...

3 years ago | 0 answers | 0

0

answers

Question


please can you tell me what is the problem??
Error using sym/subsindex (line 855) Invalid indexing or function definition. Indexing must follow MATLAB indexing. Function ar...

3 years ago | 0 answers | 0

0

answers

Question


example of linecirc function
can anyone please show me an example of linecirc function

3 years ago | 1 answer | 0

1

answer

Question


intersection of circle arc and a line
i have a circle eqn(Xc^2+Yc^2=R^2) which pass through the origin and a line ((y-y1)=m*(x-x1)). Xc,Yc are the centre coordinates...

3 years ago | 1 answer | 0

1

answer

Question


how to select node of mesh grid one by one
X =-5:1:5 ; Y =-5:1:5 ; [Xc,Yc]=meshgrid(X,Y); i have creatred this mesh. now i want to select each...

3 years ago | 1 answer | 0

1

answer

Question


can anyone please provide me matlab code for bishop method?
how do i call for the values of each slice in my code?

3 years ago | 0 answers | 0

0

answers