Scilab 6.0.1
- Scilab Help
- Matlab to Scilab Conversion Tips
- Matlab-Scilab equivalents
- C
- case (Matlab function)
- cat (Matlab function)
- cd (Matlab function)
- ceil (Matlab function)
- cell (Matlab function)
- cell2mat (Matlab function)
- cellstr (Matlab function)
- chol (Matlab function)
- cla (Matlab function)
- clc (Matlab function)
- clear (Matlab function)
- clf (Matlab function)
- clock (Matlab function)
- close (Matlab function)
- closereq (Matlab function)
- colordef (Matlab function)
- complex (Matlab function)
- conj (Matlab function)
- continue (Matlab function)
- conv (Matlab function)
- conv2 (Matlab function)
- cos (Matlab function)
- cosh (Matlab function)
- cot (Matlab function)
- coth (Matlab function)
- cputime (Matlab function)
- csc (Matlab function)
- csch (Matlab function)
- cumprod (Matlab function)
- cumsum (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
case (Matlab function)
Case switch
Matlab/Scilab equivalent
Matlab | Scilab |
case |
case |
Particular cases
In Matlab expression evaluated can be a cell, in this particular use, all values of cell are considered individually (similarly to a OR). In Scilab it can not be a cell (Matlab particularity can be replaced by others "case" or all switch/case statement can be replaced by a if/then/else statement.).
Report an issue | ||
<< C | C | cat (Matlab function) >> |