Finds a perpendicular vector

Finds a perpendicular vector of input (3-dim)
1,5K Downloads
Aktualisiert 9. Sep 2011

Lizenz anzeigen

This simple function finds one of the infinitely many perpendicular vectors of the input vector limited for 3 dimensions.
I use this in my master thesis to find one of the two vectors that span a plane (where the input is the normal vector to the plane). The other vector that spans the plane is of course the cross produkt of the normal and the first perpendicular vector.

Zitieren als

Christoffer Stausland (2024). Finds a perpendicular vector (https://www.mathworks.com/matlabcentral/fileexchange/32811-finds-a-perpendicular-vector), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2010a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Linear Algebra finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.4.0.0

Updated the file (forgot to remove a disp) and the screenshot

1.2.0.0

Updated the comment