Home > vbmeg > functions > tool_box > dmri_processor > functions > util > corvec.m

corvec

PURPOSE ^

SYNOPSIS ^

function vecC = corvec(C)

DESCRIPTION ^

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function vecC = corvec(C)
0002 %
0003 % Copyright (C) 2011, ATR All Rights Reserved.
0004 % License : New BSD License(see VBMEG_LICENSE.txt)
0005 U = triu(C,1);
0006 vecC = U(U~=0);

Generated on Mon 22-May-2023 06:53:56 by m2html © 2005