2012年11月9日 星期五

Scilab fundamentals 15 - Symbolic functions

    The symbolic functions listed in Table 1 provide the capability of processing symbols and return the calculation results in the form of symbols. With symbolic functions, we can handle and describe arithmetic by symbols in Scilab environment. In other worlds, we can process strings mathematically instead of numbers.


Scilab fundamentals 14 - Strings part 2

    Scilab is capable of processing strings such as combination, conversion, and separation. These functions listed in Table 1 that are useful in programming. The functions including ascii, strtod, and strcmp, were introduced in the previous section. This asection addresses on the rest functions.


Scilab fundamentals 13 - Strings part 1

    Scilab is capable of processing strings such as combination, conversion, and separation. The following two sections will introduce several functions listed in Table 1 that are useful in programming.