Community Profile

photo

Nicholas


Ohio State University

Active since 2012

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


How do I create a create 'for' loop to compute time, position, velocity and add to running sum?
for t=[0:0.1:8] p(t)=(A*t^4)-(B*t^3)+(C*t^2)-(D*t)+E; v(t)=(4*A*t^3)-(3*B*t^2)+(2*C*t)-D; end This is what...

11 years ago | 1 answer | 0

1

answer