How to convert eig function in arduino?

1 visualización (últimos 30 días)
A G
A G el 6 de Dic. de 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???

Respuestas (0)

Categorías

Más información sobre Arduino Hardware en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by