Skip to content
/ mMath Public

Matlab math-related (mainly algebra) functions for improved readibility and compactness

Notifications You must be signed in to change notification settings

jbriales/mMath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mMath toolbox

Collection of Matlab math-related (mainly algebraic) functions for improved readability and compactness.

WARNING: This repository is mainly for personal use, and some notation could change in the API.

An overview of functions

NOTE: This list is incomplete yet

  • R = project_rotation( M ) Find rotation R=U*S*V' closest to M=U*D*V' minimizing the chordal distance.

  • [R,t] = project_rotation( M, fmin ) Find rotation R=U*S*V' that minimizes fmin(R).

  • Z = null(A,tol) The same function as Matlab but with user-definable tolerance.

  • Q = orth(A,tol) The same function as Matlab but with user-definable tolerance.

About

Matlab math-related (mainly algebra) functions for improved readibility and compactness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published