Scilab Function

lmitool - tool for solving linear matrix inequations

Calling Sequence

lmitool()
lmitool(filename)
txt=lmitool(probname,varlist,datalist)

Parameters

Description

lmitool() or lmitool(filename) is used to define interactively a LMI problem. In the non interactive mode, txt=lmitool(probname,varlist,datalist) generates a file in the current directory. The name of this file is obtained by adding .sci to the end of probname. This file is the skeleton of a solver function and the corresponding evaluation function needed by lmisolver.

See Also