SciFEMM is set of functions for interfacing with Scilab. SciFEMM was first included in the 09Nov2010 build of FEMM 4.2. SciFEMM consists of scifemm.sci, a set of Scilab functions that mirrors the functionality of FEMM's Lua interface; and scilink.dll, which is used to make Scilab talk to FEMM via FEMM's ActiveX interface. A number of examples which mirror existing examples for the OctaveFEMM, are included in the distribution.

To load the SciFEMM functions, enter:

exec("c:\femm42\scifemm\scifemm.sci",-1);

at the Scilab command line or at the beginning of a Scilab script that needs SciFEMM.

The function of all SciFEMM functions are identical to their OctaveFEMM counterparts. Due to the one-to-one correspondence of Scilab functions to OctaveFEMM functions, there is no separate documentation for SciFEMM--please refer to the OctaveFEMM manual.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki