<< About M2SCI tools Code Matlab => Scilab mfile2sci >>

Scilab Help >> Code Matlab => Scilab > m2scideclare

m2scideclare

Giving tips to help M2SCI...

Description

The main difficulty for M2SCI (mfile2sci) is to find what variables are: dimensions, type...

To help this tool, just add comments beginning with %m2scideclare in the M-file to convert, (%m2sciassume was used in previous Scilab versions and is now obsolete).

The syntax of this command is:

%m2scideclare variable_name|dimensions|data_type|property

with :

All data given by m2scideclare are compared with infered data, in case of conflict, infered data are kept and a warning message is displayed. If you are sure about your data, report a bug.

Some examples are given below:


Report an issue
<< About M2SCI tools Code Matlab => Scilab mfile2sci >>