필터 지우기
필터 지우기

Ploting solutions alone plane x= 0 and y = 0

조회 수: 2 (최근 30일)
amberly hadden
amberly hadden 2014년 9월 11일
댓글: amberly hadden 2014년 9월 11일
I have 3 varriables x,y,z I want to plot solutions (Ax,Ay and Az)along the plane x=0 and then y=0 and then contour plot of each set of solution for all x and y..
Please guide
  댓글 수: 2
Star Strider
Star Strider 2014년 9월 11일
Are you plotting functions, fitting data, or something else? We need more information.
amberly hadden
amberly hadden 2014년 9월 11일
hi its following formulation
r = 0.5, d = 1, k = 10, B = 10^6 x= 0:1:10 and y = 0:0.5:10
Ax = 3*r^3*B*x./(4*d*(x.^2+y.^2+k^2));
I need to compile a program to get tables of Ax and Ay which can are given below and then plot plot solutions (Ax,Ay)along the plane x=0 and then y=0 and then contour plot of each set of solution for all x and y.. Ax = 3*r^3*B*y./(4*d*(x.^2+y.^2+k^2)); [X,Y]=meshgrid(x,y);

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by