help me to Showing the Cloud !

1 次查看(过去 30 天)
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