photo

Yuvraaj Pasumarthy


Last seen: 거의 1년 전 2023년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


MATLAB doesn't give an answer for this Waterfall graph and runs this continuously, what's wrong with this?
a = linspace(0.01, 10, 4001); r = linspace(0.1, 10, 4001); for i = 1:numel(a) for j = 1:numel(r) X(i, j)=(a(i)...

거의 1년 전 | 답변 수: 1 | 0

1

답변

질문


Roots of a 4th degree polynomial and plotting a graph
I have a 4th degree polynomial which has a variable, say k for one of its coefficients, how can I find roots (r) for this equati...

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

3

답변

질문


What does "invalid use of operator" mean here? I add parenthesis, that becomes error, i remove it and then the operator becomes the error...
sqrt((1-(beta^2+4*zeta1*zeta2*beta)*(r.^2)).^2 + 4*(r.^2).*(zeta1+zeta2*beta-zeta1*beta^2*(r.^2)).^2)/sqrt({1-[(1+mu)*beta^2+1+4...

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

2

답변

질문


Element Wise Matrix multiplication issue (.*)
EDIT: Extremely sorry about not providing the values, still very new to MATLAB and its community B=0.5 u=2 zeta= 0.1 to 1 wi...

1년 초과 전 | 답변 수: 2 | 1

2

답변