www.gusucode.com > A new Toolbox for Interval Valued Bipolar Neutrosophic Matrices > A new Toolbox for Interval Valued Bipolar Neutrosophic Matrices/@ivbnm/length.m

    function [ij]=size(A)
ij(1)=length(A.ml(:,1))
ij(2)=length(A.ml(1,:))