Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.1 - Français

Change language to:
English - 日本語 - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Aide Scilab >> Optimisation et Simulation > lmitool

lmitool

tool for solving linear matrix inequations

Calling Sequence

lmitool()

lmitool(filename)

txt=lmitool(probname,varlist,datalist)

Arguments

filename

a string referring to a .sci function

probname

a string containing the name of the problem

varlist

a string containing the names of the unknown matrices (separated by commas if there are more than one)

datalist

a string containing the names of data matrices (separated by commas if there are more than one)

txt

a string providing information on what the user should do next

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

  • lmisolver — linear matrix inequation solver
<< lmisolver Optimisation et Simulation lsqrsolve >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Mar 03 11:00:12 CET 2011