We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Domů
Procházet
Nápověda
News
Registrovat se
Přihlásit se
doi
/
off-motion-receptive-fields
rozštěpen z
GRamosT/off-motion-receptive-fields
DOI
10.12751/g-node.qeeyfz
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Strom:
d77c8af2f9
Větve
Značky
git-annex
master
synced/git-annex
synced/master
10.12751/g-node.qeeyfz
off-motion-r...
/
utils
/
ColumnVector.m
ColumnVector.m
90 B
Historie
Download
1
2
3
4
5
6
function [ out ] = ColumnVector( in )
% convert vector to column shape
out = in(:);
end