Skip to content
Snippets Groups Projects
Commit 82b28f43 authored by Onica Klaudia's avatar Onica Klaudia
Browse files

IV4 algorithm in separate function

parent 8e6a6a1f
No related branches found
No related tags found
No related merge requests found
iv4.m 0 → 100644
function params = iv4(X, Y, KSZI1)
params = (KSZI1'*X)\(KSZI1'*Y);
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment