photo

Yuvraaj Pasumarthy


Last seen: 5 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


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

5 mois il y a | 1 réponse | 0

1

réponse

Question


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

6 mois il y a | 3 réponses | 0

3

réponses

Question


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

6 mois il y a | 2 réponses | 0

2

réponses

Question


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

10 mois il y a | 2 réponses | 0

2

réponses