Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
solving second ode from ASCII file data
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi all,
I need to solve ode such as: ydotdot = c1 * ydot - c2 y + z
c1 and c2 are constants,and z is the acceleration. Solving that for a constant z is simple however I get the values of z from an experiment. after the experimet there's a file with two columns for time and acceleration. I don't know how to enter the values of the time and acceleration into the equation even when I manually put the time and the acceleration as two seperate vectors into the workspace.
Does anyone have an idea how to do that?
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!