How can i plot Electric field graph of Electric dipole?

조회 수: 7 (최근 30일)
dilshad hossain
dilshad hossain 2015년 3월 5일
댓글: Chathurika 2023년 12월 5일
How can i plot graph with two different independent variable with one dependent variable? Like Electric field of dipole

채택된 답변

Joseph Cheng
Joseph Cheng 2015년 3월 5일
you can use the function quiver() examples on its use can be found http://www.mathworks.com/help/matlab/ref/quiver.html. So if position (x and y) about the dipole are your independent variables and the magnitude of the field is your dependent the quiver plot can show you at the x and y position the magnitude and direction of the field.
  댓글 수: 2
dilshad hossain
dilshad hossain 2015년 3월 5일
here is the equation of Electric magnetic field. E=(q*d*(2cos(a)+sin(a)))/(r^3) here a & r is the independent variable and E dependent. Now how can i show the graph of E in matlab?
Joseph Cheng
Joseph Cheng 2015년 3월 5일
it has been a while but i'm taking a is the angle normal to dipole and R is the distance from the center point between the two poles. Then you can convert any X and Y coordinate into distance and angle.
r = sqrt(x^2+y^2)
a = atan2d(y,x).

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

추가 답변 (1개)

Antonio Cedillo Hernandez
Antonio Cedillo Hernandez 2020년 4월 21일
Here you have the full MATLAB code explained (in spanish but the first comment is the code): https://www.youtube.com/watch?v=k9srU6aQfL0
  댓글 수: 2
Chathurika
Chathurika 2023년 12월 5일
Thank you so much for that clue..!..I could save my time
Chathurika
Chathurika 2023년 12월 5일
Thank you so much for that clue..!..I could save my time

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

카테고리

Help CenterFile Exchange에서 Simulation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by