Skip to content
rdbyk edited this page Jan 17, 2018 · 133 revisions

Tips for Scilab Coding

  • Use type instead of typeof, whenever possible.
  • Use nargin, nargout instead of argn.
  • Use x==[] instead of isempty(x), whenever possible.

Clone this wiki locally