How to convert eig function in arduino?

1 view (last 30 days)
A G
A G on 6 Dec 2015
Greeting to all. I am implementing a algorithm created in matlab to arduino. I am facing a problem while converting the following matlab code to arduino..
[V,D] = eig(Rxx);
where Rxx is 6x6 matrix of complex numbers and i have to find the eigenvalues and eigen vectors of this matrix. In matlab i am using the eig function but i don't know how to do it in arduino. As arduino uses the C++ language. I have little knowledge about eigenvalues and vectors. Can any one help???

Answers (0)

Categories

Find more on Arduino Hardware in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!