Yuvraaj Pasumarthy
Followers: 0 Following: 0
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)...
10 months 前 | 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...
10 months 前 | 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...
10 months 前 | 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 year 前 | 2 个回答 | 1