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...
quasi 2 anni fa | 2 risposte | 0
2
risposte
Domanda
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 ...
quasi 2 anni fa | 1 risposta | 0
1
risposta
Domanda
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);
...