Hello, I am not a math guru, and I could use your help.
I have a large dataset:
r is a 97x5824 matrix (neuronal spikes)
z is a 4x5824 matrix (dimensions of an robotic arm movement)
I have the linear equation
r = A * z
How do I solve for matrix A? It should be 97x4, correct?

답변 (2개)

Walter Roberson
Walter Roberson 2019년 6월 2일

0 개 추천

It is unlikely there is an exact solution. You can try
A = r/z;
Note that this is not r ./ z
jm
jm 2019년 6월 2일

0 개 추천

I've been asked to use an optimal linear estimator. I see no OLE function on Matlab, nor any function via MathWorks. Any ideas?
The cited paper is Vector reconstruction from firing rates, Salinas et al, 1994

댓글 수: 1

Adam Danz
Adam Danz 2019년 8월 12일
편집: Adam Danz 2019년 8월 12일
Cited at least 500 times (many articles, including the Salinas & Abbott paper, apply the OLE to arm (and finger) movement decoding).
The OLE code I have is from a collaboration and I'm not certain the others want it public. If you have specific questions, feel free to follow up.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Neural Simulation에 대해 자세히 알아보기

질문:

jm
2019년 6월 1일

편집:

2019년 8월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by