PDA

View Full Version : Random Vectors in Matlab


JennLee
Nov8-11, 11:56 AM
Hi everyone,

I need to create a 2D plot of randomized vectors in matlab for a small self-made side project.

My ideas for this so far are:
1) create nonlinear differential equations that use randomized initial conditions. For the initial conditions, I think I can use the rand() function? Also, how would I make nonlinear differential equations?

2) Then plot the differential equations using something similar to quiver?

Please help me in any way.