Using logMessage you can send a textual message to simulation environments that support logging. In case the simulation environment does not support logging, logMessage does nothing. This function is only supported if SciLab 5.3 or higher is used (otherwise logMessage does nothing).
logMessage(message)
message
String; textual message
-->logMessage("Note: an inaccurate solution was found");