MATLAB Help An asighment about Matlab programing

  • Thread starter Thread starter kidd
  • Start date Start date
  • Tags Tags
    Matlab
AI Thread Summary
The discussion centers on a request for assistance with a MATLAB programming assignment involving the simulation of multiple charges in free space. The assignment requires writing a program to calculate the resultant electric field from four specified point charges at given positions, ultimately determining the field at a specific location. The user expresses frustration over their lack of familiarity with MATLAB, having only experience with VB and C++, and is under pressure to complete the assignment by the next morning. Suggestions provided include creating an array for charge values and using formulas to compute results, but the user remains confused about the MATLAB language and its application. The urgency of the situation is emphasized, as the deadline for submission is imminent.
kidd
Messages
14
Reaction score
0
Help~~An asighment about Matlab programing!

I don't know how to do this!I never lern Matlab, i have try to use it, but don't know y cannot compile!Please help me do this assighment,i need to pass up it at tomorrow morning...

Procedure:
1.Write a program to simulate the interaction of multiple charges in a free space.
2.The charge and position carry by each point charges as follows

Q1 = 5\mu C at the position(9,6,8)
Q2 = 9\mu C at the position(6,8,5)
Q3 = 6\mu C at the position(8,5,9)
Q4 = 8\mu C at the position(5,9,6)

3.Find the resultant electric field aon a 7\mu C point charce at (-1,4,8)

4.Result of electric must in the form of A_{x}\hat{a}_{x}+A_{y}\hat{a}_{y}+A_{z}\hat{a}_{z}

5.Write explanation of the program listing.

PLEASE!PLEASE!Anyone know how to do it,please help me write this program!Thank you...
 
Last edited:
Physics news on Phys.org
By simulate I am going to assume you are saying calculate.

In this case you will need an array of values for C

eg. This is how you create an array.

Goto file>new>mfile

C=[1 2 3 4 5 6 7 8 9 10]; etc

then you need to identify what mew is by;

mew=(Whatever mew is);

then type in the formula such as

Q=mew*C;

when you run this it should give you another array with the answers up in the command window.

How come you have been asked to use MATLAB if you have never done it before?

hope this helps for Q1
 
dont understand!I don't know the language of matlab...I just know VB and C++...
My lecturer ask us for this...he require us to lern, but more few days is end test already!No more time to lern it...
Please help me...Please...
 

Similar threads

Replies
2
Views
3K
Replies
3
Views
3K
Replies
6
Views
2K
Replies
4
Views
6K
Replies
2
Views
3K
Replies
6
Views
2K
Back
Top