Feeds
提问
I am trying to get all 20 random points to have random velocities
I am trying to get all 20 random points made by the random r, phi, and theta to have a separate velocity, but for some reason wh...
7 years 前 | 3 个回答 | 0
3
个回答提问
Need help time stepping this system
I have attatched my code and thte function that it calls. I am trying to get it to timestep through the steps but it tells me th...
7 years 前 | 1 个回答 | 0
1
个回答提问
Need help getting the points to move separately.
Attached are a script and a function file. For the script if I run it before doing the steps it'll have 20 points in different p...
7 years 前 | 1 个回答 | 0
1
个回答提问
trying to model points inside a sphere
if true clear clear all r=randn(0,1); theta=randn(0,1)*(pi); phi=randn(0,1)*(2*pi); for N=1:20 hold on x=r(N)....
7 years 前 | 1 个回答 | 0
1
个回答提问
I am trying to get this to bounce at the end of the arc
I am trying to model the Magnus Effect of a ball thrown off of a dam with a spin of -200, the ball is supposed to bounce when it...
8 years 前 | 0 个回答 | 0
0
个回答提问
I keep getting the error The size of X must match the size of U or the number of columns of U, please help me find a solution to this, my current code is below
clc; close all; clear all; %#ok<CLALL> k=101; Ny=k; Nz=k; R=15; for i=(7:101) for j=(7:101) ...
8 years 前 | 1 个回答 | 0

