Need this answered URGENTLY, please. Animate the arbitrary rotation (attitude ch
ID: 2073643 • Letter: N
Question
Need this answered URGENTLY, please.
Animate the arbitrary rotation (attitude change) of a pyramid by MATLAB.
MATLAB DOWNLOAD: https://www.mathworks.com/programs/trials/trial_request.html
You need to use the DCM kinematic equation (DCM differential equation derived in our class)
This is the code example given:
figure
x = linspace(0,4*pi,2000);
for k = 1:length(x)
grid on
plot3(0,0,0);
hold on;
axis([0 4*pi -1 1 -1 1]);
view(45,45);
plot3([0 x(k)],[0 sin(x(k))],[0 cos(x(k))]);
hold off;
pause(0.01);
end
We're not allowed to use W(B)=[1 1 1] as above, since it was used in this example.
313 tols) 4 . 4.5 ex) s45Explanation / Answer
Unable to understand the question.
Please put your question clearly.
External links not allowed.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.