수정 이
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
64.982
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
how to graph vector fields containing scalar
I'm trying to graph some vector fields . F(x,y,z)-<1,2,z> F(x,y)=<0.3, -0,4) my code is look like this >> [x,y,z]=meshgrid...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
I can't graph multivariable function that contains cos function doens't work
I'm trying to graph f(x,y)=(e^x )* cos(y) By using ulframalpha, I found that the graph should look like this. >> x=[-4*pi:...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to sketch the parametric euqations lies on the cone, but the cone is so small and the lines are sparser than it should be.
parametric euqations is x=tcost, y=tsint, z=t and the euqation of the cone is z^2=x^2+y^2 my code looks like this t=linspace(...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to solve 'vector must be the same length', 'functions behave unexpectedly' errors when graphing vector equation
The vector equation is r(t) = <3, t, 2-t^2> first of all . I tried t=linspace(-10,10); x=3; y=t; z=2-(t.^2); plot3(x,y,z)...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to sketch one sheeted hyperboloid x^2-y^2+z^2=1 using meshgrid of MATLAB
my code looks like this. u=linspace(-10,10,50); v=linspace(0,2*pi,50); [u,v]=meshgrid(u,v); x=cosh(u).*cos(v); y=sinh(u...
alrededor de 4 años hace | 1 respuesta | 0