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

Update generateOmega.m

parent b55cda20
No related branches found
No related tags found
No related merge requests found
function [P_Omega, P_OmegaC] = generateOmega(OmegaTypes, nxhat, nd, params)
% Simulates projection operator corresponding to some missing data segment Omega.
%% GENERATEOMEGA: Simulates projection operator corresponding to some missing data segment Omega.
%
% INPUT: OmegaTypes Cell-string-Array, possible strings are 'rectangle',
% 'constant_height', 'constant_width', 'random',
......@@ -14,7 +14,9 @@ function [P_Omega, P_OmegaC] = generateOmega(OmegaTypes, nxhat, nd, params)
% P_OmegaC Projection operator corresponding to observable part Omega^C,
% nxhat*nd-array, only 0 and 1 entries, one-matrix for splitting only.
%
% ********************************************************************************************
% SYNTAX: generateOmega(OmegaTypes, nxhat, nd, params)
%
% *************************************************************************************************
[~,nr_of_OmegaTypes] = size(OmegaTypes);
P_OmegaC = ones(nxhat,nd);
......
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