<< randperm (Matlab function) R real (Matlab function) >>

Scilabヘルプ >> Matlab to Scilab Conversion Tips > Matlab-Scilab equivalents > R > rcond (Matlab function)

rcond (Matlab function)

Matrix reciprocal condition number estimate

Matlab/Scilab equivalent

Matlab Scilab

Particular cases

Scilab and Matlab values differ for empty matrix.

Examples

Matlab Scilab
c = rcond([])
c = Inf
c = rcond([])
c = []

Report an issue
<< randperm (Matlab function) R real (Matlab function) >>