Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 758d7a31 authored by DIB Elian's avatar DIB Elian
Browse files

Added function to replicate column

parent 73030a37
No related branches found
No related tags found
No related merge requests found
function Value = replicate(Value,ind)
%REPLICATE Summary of this function goes here
% Detailed explanation goes here
Value = repmat(Value(:,ind),1,size(Value,2));
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment