Scilab 5.5.2
- Ajuda do Scilab
- Dicas de Conversão de Matlab para Scilab
- Matlab-Scilab equivalents
- B
- balance (Matlab function)
- bar (Matlab function)
- barh (Matlab function)
- beep (Matlab function)
- besseli (Matlab function)
- besselj (Matlab function)
- besselk (Matlab function)
- bessely (Matlab function)
- beta (Matlab function)
- bin2dec (Matlab function)
- bitand (Matlab function)
- bitcmp (Matlab function)
- bitget (Matlab function)
- bitor (Matlab function)
- bitxor (Matlab function)
- blanks (Matlab function)
- blkdiag (Matlab function)
- box (Matlab function)
- break (Matlab function)
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
balance (Matlab function)
Diagonal scaling to improve eigenvalue accuracy
Matlab/Scilab equivalent
Matlab | Scilab |
balance |
Particular cases
There is no equivalent for B=balance(A) in Scilab, balanc function does not work with only one output value.
When used with two outputs, these functions return value in inverse order.
Examples
Matlab | Scilab |
[T,Ab] = balance(A) |
[Ab,T] = balanc(A) |
Report an issue | ||
<< B | B | bar (Matlab function) >> |