Main Content

lookupTableEditor

Start Lookup Table Editor

Since R2022a

    Description

    example

    lookupTableEditor starts a stand-alone version of the Lookup Table Editor.

    lookupTableEditor(path) starts the Lookup Table Editor for a model, subsystem, or lookup table block.

    Examples

    collapse all

    Start the Lookup Table Editor for the sldemo_fuelsys model.

    openExample('sldemo_fuelsys');
    lookupTableEditor('sldemo_fuelsys');

    Input Arguments

    collapse all

    Path to system containing lookup table, specified as a character vector or string.

    Data Types: char | string

    Version History

    Introduced in R2022a