How to plot the total electric field with R and Q using Matlab
时间:04-01
整理:3721RD
点击:
please i need help in matlab
i have data in cylindercal coordinates and i want to plot it
I have ER and EQ and EZ (electric field in cylindercal coordinates)
and i want to plot the total electric field with R and Q (transvers coordinates in cylindercal coordinates)
i need acode in matlab to plot it
thanks
i have data in cylindercal coordinates and i want to plot it
I have ER and EQ and EZ (electric field in cylindercal coordinates)
and i want to plot the total electric field with R and Q (transvers coordinates in cylindercal coordinates)
i need acode in matlab to plot it
thanks
I don't fully understand your question, but you can use
"polar(r,theta)" to plot field components in polar form
"quiver(x,y,vx,vy)" to plot field vectors in 2D plot
"quiver3" to plot field vectors in 3D plot
best regards.
Adel