Skip to content
Snippets Groups Projects
Commit 7233093e authored by Klaus Böhnlein's avatar Klaus Böhnlein
Browse files

Update Matlab

parent b3cb3e93
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ r = L./Q;
% F = r.^2.*Q - 2.*r.*trace(L'*B)
F = (r.^2).*Q - 2.*r.*L
F = (r.^2).*Q - 2.*r.*L;
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment