help me to Showing the Cloud !

조회 수: 1 (최근 30일)
moumene hafidh
moumene hafidh 2020년 2월 5일
댓글: moumene hafidh 2020년 2월 5일
Capture2.PNG
  댓글 수: 1
moumene hafidh
moumene hafidh 2020년 2월 5일
x=forwardk(1,4);%x-position symbole4 means row4 in forwardk 1means take the first value meansX
y=forwardk(2,4);%y-position
z=forwardk(3,4);%z-position
xr=(forwardk(1,1)+forwardk(1,2)+forwardk(1,3)) %the x componenet of the orientation vector
yr=(forwardk(2,1)+forwardk(2,2)+forwardk(2,3)) %the y componenet of the orientation vector
zr=(forwardk(3,1)+forwardk(3,2)+forwardk(3,3)) %the z componenet of the orientation vector
end
end
x=forwardk(1,4);%x-position symbole4 means row4 in forwardk 1means take the first value meansX
y=forwardk(2,4);%y-position
z=forwardk(3,4);%z-position
xr=(forwardk(1,1)+forwardk(1,2)+forwardk(1,3)) %the x componenet of the orientation vector
yr=(forwardk(2,1)+forwardk(2,2)+forwardk(2,3)) %the y componenet of the orientation vector
zr=(forwardk(3,1)+forwardk(3,2)+forwardk(3,3)) %the z componenet of the orientation vector
end
end

댓글을 달려면 로그인하십시오.

채택된 답변

Subhadeep Koley
Subhadeep Koley 2020년 2월 5일
Remove these lines before function defination.
clear
clc
Also can you post your code instead of attaching a screenshot?

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Cloud Integrations에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by