https://matlab1.com/forum/
BESSELH(NU,Z) no longer accepts mixtures of row and column vectors
https://matlab1.com/forum/viewtopic.php?t=3071
Page
1
of
1
BESSELH(NU,Z) no longer accepts mixtures of row and column vectors
Posted:
Thu Jul 20, 2017 4:55 am
by
matlab1
BESSELH(NU,Z) no longer accepts mixtures of row and column vectors. Use BSXFUN or [NU1 Z1] = MESHGRID(NU, Z); BESSELH(NU1,Z1) instead