help me to Showing the Cloud !

1 visualizzazione (ultimi 30 giorni)
moumene hafidh
moumene hafidh il 5 Feb 2020
Commentato: moumene hafidh il 5 Feb 2020
Capture2.PNG
  1 Commento
moumene hafidh
moumene hafidh il 5 Feb 2020
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

Accedi per commentare.

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Cloud Integrations in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by