Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


termsnotcontained.m File Reference

Go to the source code of this file.


Functions

 m (1:(size(t, 1)+1):end)

Variables

function m

Function Documentation

m 1:(size(t, 1)+1):end   ) 
 


Variable Documentation

function m
 

Initial value:

 termsnotcontained(t)
%TERMSNOTCONTAINED Creates a logical matrix indicating term containment
%   m(i,j)==1  iff  t(i) is not contained by t(j)
%   set diagonals to 1 because we want proper containment

m = (t*~t') > 0

Definition at line 1 of file termsnotcontained.m.

 

Powered by Plone

This site conforms to the following standards: