필터 지우기
필터 지우기

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