How to convert eig function in arduino?

1 次查看(过去 30 天)
A G
A G 2015-12-6
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???

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Arduino Hardware 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by