Feeds
질문
How can I make a 3d plot with two equations and one variable?
I am relatively new to matlab and I am trying to make a 3d plot using two functions, Q and W which both rely on the variable eta...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Solving an equation gives me three possible answers. How can I reference only one of these answers?
syms v f eta; f=0.0394 eqnvel = (9.801-3.802*v)*v*eta==(((f*200*(pi/4)*0.1^2)/6.434)+((27*(pi/4)*0.1^2)/64.34))*v^3; [v]=so...
대략 3년 전 | 답변 수: 1 | 0
