can we make 3D mash plot from eq y(x)
I have equation ball trajectory
y=(tand(theta)*x-(g/(2*v0^2*cosd(theta)^2)*x.^2)+y0
i wonder how to make mesh plot when i have...
3年弱 前 | 2 件の回答 | 0
2
回答
質問
make function to plot countour and 3D
Hi, I want to make automatic function to plot 3D mesh and contour to given any function, but it turn doesn't work, can you help ...
3年弱 前 | 1 件の回答 | 0
1
回答
質問
Error msg in fminbnd
Hi all
I an trying to find minimum value of function using fminbnd sing this script
x=linspace (0,6);
y=6*cos(x)+1.5*sin(x);
...