Shashank Shekhar
Followers: 0 Following: 0
Feeds
提问
My system hangs on executing the code. i am using vpasolve() to calculate m15 and using that m15 again to another equation to plot.
syms beta15 eqn15 =cot(def15)== tan(beta15)*(((k+1)*m*m)/(2*(m*m*sin(beta15)^2-1))-1); s15 = vpasolve(eqn15,beta15,1); S15=...
3 years 前 | 0 个回答 | 0
0
个回答提问
i am trying to solve a 4 set of eqn for only two variables using loop and solve(), but it isnt working
%area(z) varies from z=1:101 but i need to specifically plot for interval (71<z<101) %P2,P1,k,area@70, m2, At are known const...
3 years 前 | 0 个回答 | 0
0
个回答提问
for eqn y=x^2 +bx +c, I have a known variable matrix for y. How can I find the value of x for corresponding different value of y in matrix?
% we know how to find the value of x by varying x using linspace and calculating corresponding value of y. % But the problem i...
3 years 前 | 1 个回答 | 0