Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
I generate several arrays from Simulink, then I perform some mathematical actions on it. I need to integrate this data into a vector how can i do that?
조회 수: 1 (최근 30일)
이전 댓글 표시
the relevant code is : Pnc = (Tau1.*Thetadot) + (Tau2.*(Phidot-Thetadot)); Tau1,Tau2,Thetadot and Phidot are vectors from simulink (by using "to workspace" blocks) This is an expression for power, I need to integrate it to get a vector of energy values.
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!