We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
News
ثبت نام
ورود
doi
/
off-motion-receptive-fields
برگرفته از
GRamosT/off-motion-receptive-fields
DOI
10.12751/g-node.qeeyfz
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
درخت:
d77c8af2f9
شاخهها
تگها
git-annex
master
synced/git-annex
synced/master
10.12751/g-node.qeeyfz
off-motion-r...
/
utils
/
ColumnVector.m
ColumnVector.m
90 B
تاريخچه
Download
1
2
3
4
5
6
function [ out ] = ColumnVector( in )
% convert vector to column shape
out = in(:);
end