/usr/share/freemat/help/text/loglog.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | LOGLOG LOGLOG Log-Log Plot Function
Usage
This command has the exact same syntax as the plot command:
loglog(<data 1>,{linespec 1},<data 2>,{linespec 2}...,properties...)
in fact, it is a simple wrapper around plot that sets the
x and y axis to have a logarithmic scale.
|