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...
fast 3 Jahre vor | 2 Antworten | 0
2
Antworten
Frage
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 ...
fast 3 Jahre vor | 1 Antwort | 0
1
Antwort
Frage
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);
...