GRAFICAS MATLAB

Embed Size (px)

Citation preview

  • 5/23/2018 GRAFICAS MATLAB

    1/9

    GRAFICAS EN 3D EN EL PROGRAMA

    MATLAB

    [x,y]=meshgrid(-10:0.125:10);

    z= x.^2 - 2* x + 1

    mesh(X,Y,Z)

    Xlabel('distancia')

    ylabel('ancho')

    Zlabel('altura')

    title('grafica')

  • 5/23/2018 GRAFICAS MATLAB

    2/9

    [x,y]=meshgrid(-3:0.125:3);z = X.*exp(- X.^2 - y.^2);

    surf(X,Y,Z)

    Xlabel('curva 1')

    Ylabel('curva 2')

    Zlabel('nivel')

    title('curvas de nivel')

  • 5/23/2018 GRAFICAS MATLAB

    3/9

    [x,y]=meshgrid(-5:0.125:14);

    z= X.^2 - y.^2plot3(X,Y,Z)

    Xlabel('curva 1')

    Ylabel('curva 2')

    Zlabel('curva 3')

    title('grafica')

  • 5/23/2018 GRAFICAS MATLAB

    4/9

    [x,y]=meshgrid(-2:0.12:2);

    z= x*y* y.^2 - X.^2mesh(X,Y,Z)

    title(grafica)

  • 5/23/2018 GRAFICAS MATLAB

    5/9

    [x,y]=meshgrid(-8:0.1:8);

    z= (x*y.^3) - (y*X.^3);

    plot3(X,Y,Z)

    title('grafica')

  • 5/23/2018 GRAFICAS MATLAB

    6/9

    [x,y]=meshgrid(-10:.5:10);

    z=sin(sqrt(x.^2+y.^2))./sqrt(x.^2+y.^2+0.1);

    surfc(x,y,z)

    title('grafica')

    colormap(hot)

  • 5/23/2018 GRAFICAS MATLAB

    7/9

    [x, y, z] = sphere(20);

    axis equal

    surf(x, y, z)

    title('grafica')

    colormap(spring)

  • 5/23/2018 GRAFICAS MATLAB

    8/9

    DEPARTAMENTO: INGENIERIA

    ELECTROMECANICA.

    ASIGNATURA: calculo VECTORIAL.

    Tema: figuras en 3d En El

    programa matlab.

    ALUMNO: ROJAS SANTIAGO FERNANDO.

    PROFESOR: INGENIERO Mximo livera

    leonides

    GRUPO: 2301.

    FECHA: 15 enero 2014

    http://www.google.com.mx/url?sa=i&rct=j&q=&esrc=s&frm=1&source=images&cd=&cad=rja&docid=YtiupdjXWU5M5M&tbnid=YzepktFX0V_LrM:&ved=0CAUQjRw&url=http://tesch.edu.mx/htm/acerca/investigacion.htm&ei=xPWfUruXGPDI2wWV-YGIAg&bvm=bv.57155469,d.aWM&psig=AFQjCNGHKSvTrccCRlP8bDoTbhIZcK1Xew&ust=1386301193694400
  • 5/23/2018 GRAFICAS MATLAB

    9/9

    REFERENCIAS

    http://personales.unican.es/corcuerp/Matlab_Simulink/Slides/Matlab_graficos3D.pdf

    http://www.mailxmail.com/curso-como-hacer-graficas-matlab-tutorial/graficas-3d

    http://www.youtube.com/watch?v=Yij1rXK-qFM

    http://www.mat.ucm.es/~rrdelrio/documentos/rrrescorial2002.pdf

    http://www.mat.ucm.es/~rrdelrio/documentos/rrrescorial2002.pdf

    http://personales.unican.es/corcuerp/Matlab_Simulink/Slides/Matlab_graficos3D.pdfhttp://personales.unican.es/corcuerp/Matlab_Simulink/Slides/Matlab_graficos3D.pdfhttp://www.mailxmail.com/curso-como-hacer-graficas-matlab-tutorial/graficas-3dhttp://www.mailxmail.com/curso-como-hacer-graficas-matlab-tutorial/graficas-3dhttp://www.youtube.com/watch?v=Yij1rXK-qFMhttp://www.mat.ucm.es/~rrdelrio/documentos/rrrescorial2002.pdfhttp://www.mat.ucm.es/~rrdelrio/documentos/rrrescorial2002.pdfhttp://www.mat.ucm.es/~rrdelrio/documentos/rrrescorial2002.pdfhttp://www.mat.ucm.es/~rrdelrio/documentos/rrrescorial2002.pdfhttp://www.mat.ucm.es/~rrdelrio/documentos/rrrescorial2002.pdfhttp://www.mat.ucm.es/~rrdelrio/documentos/rrrescorial2002.pdfhttp://www.mat.ucm.es/~rrdelrio/documentos/rrrescorial2002.pdfhttp://www.mat.ucm.es/~rrdelrio/documentos/rrrescorial2002.pdfhttp://www.youtube.com/watch?v=Yij1rXK-qFMhttp://www.mailxmail.com/curso-como-hacer-graficas-matlab-tutorial/graficas-3dhttp://www.mailxmail.com/curso-como-hacer-graficas-matlab-tutorial/graficas-3dhttp://personales.unican.es/corcuerp/Matlab_Simulink/Slides/Matlab_graficos3D.pdfhttp://personales.unican.es/corcuerp/Matlab_Simulink/Slides/Matlab_graficos3D.pdf