MATLAB: What is function to find out adjoint of matrix…………is there any command…….

adjointMatrixVB

what is command to find adjoint of matrix

Best Answer

I don't think there is a function but you can always do:
det(A)*inv(A)