Development Environment | ![]() ![]() |
Entering Multiple Functions in a Line
To enter multiple functions on a single line, separate the functions with a semicolon ( ;
). For example, put three functions on one line to build a table of logarithms by typing
format short; x = (1:10)'; logs = [x log10(x)]
and then press Enter or Return to run the functions in left-to-right order.
![]() | Case and Space Sensitivity | Entering Long Functions | ![]() |