Community Profile

photo

Phoebe


Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

0

answers

Question


How to run code for multiple n particles
I have the following working code that models the position over time of a single particle and was wondering if anyone had any id...

10 years ago | 0 answers | 0

0

answers

Question


How can i store and output specific number of values from a WHILE LOOP
I have the following code to plot a particle moving in a magnetic field; clear q=-1; m=1; r0=[9 5 0]; v0=[2 2 0]; B=[0 0 1...

10 years ago | 0 answers | 0

0

answers

Answered
How can i plot ALL values produced from while loop from the following code??
I did what you said so my amended code reads; clear q=-1; m=1; r0=[1 2 0]; v0=[2 2 0]; B=[0 0 1]; E=[0 0 0]; t=0; dt=...

10 years ago | 0

Question


How can i plot ALL values produced from while loop from the following code??
I have written the following code and wish to plot all values produced but at the moment it only gives one point clear q...

10 years ago | 3 answers | 0

3

answers