Navigation

Operators and Keywords

Function List:

C++ API

bin2dec.m File Reference


Functions

 d (i)
endfor else print_usage ()
endif endfunction !assert (bin2dec("1110")==14)
!error bin2dec ()
!error bin2dec ("str", 1)

Variables

function d
for i
 s = s(! isspace (s))

Function Documentation

endif endfunction !assert ( bin2dec("1110")  = =14  ) 

!error bin2dec ( "str"  ,
 
)

!error bin2dec (  ) 

d (  ) 

endfor else print_usage (  ) 


Variable Documentation

d

Initial value:

 bin2dec (h)

  if (nargin == 1 && ischar (h))
    n = rows (h)

for i

Initial value:

 1:n
      s = h(i,:)

s = s(! isspace (s))