- #1
- 3
- 0
What the program needs to do is quite simple, the problem is that I lack the knowledge needed to program in matlab.
I know how to program in assembly and C++ and that's about it, this would not be a problem for me if my University gave formal courses in how to use Matlab.
Here is what the program needs to be able to do.
It must accept the locations of three points on a three dimensional plot XYZ, as welll as having certain 'intensities' or 'magnitudes' that signify their charge
Point 1 (X,Y,Z) and Q
Point 2 (X,Y,Z) and Q
Point 3 (X,Y,Z) and Q
as well as plotting these three points, the intensities are suppose to affect the following that must be plotted as well.
Equipotential lines between the point charges
Electric field lines between the point charges
I know how to program in assembly and C++ and that's about it, this would not be a problem for me if my University gave formal courses in how to use Matlab.
Here is what the program needs to be able to do.
It must accept the locations of three points on a three dimensional plot XYZ, as welll as having certain 'intensities' or 'magnitudes' that signify their charge
Point 1 (X,Y,Z) and Q
Point 2 (X,Y,Z) and Q
Point 3 (X,Y,Z) and Q
as well as plotting these three points, the intensities are suppose to affect the following that must be plotted as well.
Equipotential lines between the point charges
Electric field lines between the point charges