help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rotation matrix definition


From: Farzad Torabi
Subject: Re: Rotation matrix definition
Date: Thu, 21 Nov 2019 13:40:21 +0100

Thank you very much dear Carlo and Crimson

I just have one problem : despite having installed the geometry package,  I get the error :  " vecrot is not defined"

On Thu, Nov 21, 2019 at 1:26 PM <address@hidden> wrote:


> Il giorno 21 nov 2019, alle ore 13:01, Carlo de Falco <address@hidden> ha scritto:
>
> T = vecrot (pi, (v + [1; 0; 0])/2)

use

T = vecrot (pi, (vecnorm (v) + [1; 0; 0]) / 2)

if is not unitary.

c.






--
SeyedFarzad Torabi
Master of Mech. Eng.
Politecnico Di Milano
LinkedIn

reply via email to

[Prev in Thread] Current Thread [Next in Thread]