photo

Jyotsna Sri Sai Talluri


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
82,859
of 301,428

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,271

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,497

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Why am I getting "Error using singularity"while evaluating the MeijerG function in matlab
I m trying to evaluate the Meijer G function in a part of a program.Here an,ap,bm,bq are the vectors initialised,C and v are th...

7 years ago | 0 answers | 0

0

answers

Question


How to find the roots of a laguerre polynomial from the polynomial itself and not from its coefficients
for i=1:n f(i)=laguerreL(i,-1/2,x); p=coeffs(f(i)); r0=roots(p); end In the above code it is not possible to find the roots...

7 years ago | 2 answers | 0

2

answers

Question


How can I get a numerical output by substituting the variable values of a expression which includes MeijerG function in matlab
I tried implementing the below code: sym u G =str2sym('meijerG([0.5,1],[2],[3.296,3],[0],0.8595/(0.5*u))'); oj=double( subs(G...

7 years ago | 1 answer | 0

1

answer