Skip to content
Snippets Groups Projects
Commit 042b1675 authored by Lisa Schätzle's avatar Lisa Schätzle
Browse files

Update applyRP.m

parent 9a94ad34
No related branches found
No related tags found
No related merge requests found
function P_Omega2 = applyRP(P_Omega) function P_Omega2 = applyRP(P_Omega)
% Completes a matrix according to the symmetrie resulting from the reciprocity relation. %% APPLYRP: Completes a matrix according to the symmetrie resulting from the reciprocity relation.
% %
% INPUT: P_Omega Projection operator corresponding to non-observable part Omega, nxhat*nd-array % INPUT: P_Omega Projection operator corresponding to non-observable part Omega, nxhat*nd-array
% with only 0 and 1 entries. % with only 0 and 1 entries.
% OUTPUT P_Omega2 Completed version of P_Omega, nxhat*nd-array, with only 0 and 1 entries. % OUTPUT P_Omega2 Completed version of P_Omega, nxhat*nd-array, with only 0 and 1 entries.
% %
% SYNTAX: applyRP(P_Omega)
%
% ***************************************************************************************************** % *****************************************************************************************************
[nxhat, nd] = size(P_Omega); [nxhat, nd] = size(P_Omega);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment