photo

Yuvraaj Pasumarthy


Last seen: 7ヶ月 前 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)...

7ヶ月 前 | 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...

7ヶ月 前 | 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...

7ヶ月 前 | 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...

11ヶ月 前 | 2 件の回答 | 1

2

回答