Skip to content

Workflow

simbl supports a compact local similarity workflow: define the problem inputs, choose solver options, run the solver, and optionally map the result to physical space.

This page summarizes the main steps and outputs. For runnable examples, use CLI Usage, API Usage, or MATLAB Usage.

Schematic

flowchart LR
  A["Define Solver Inputs"]
  B["Define Solver Options"]
  C["Run Solver"]
  D["Similarity Profiles"]
  E["Map To Physical Space Optional"]

  A --> C
  B --> C
  C --> D
  D --> E

Workflow Steps

  1. Define Solver Inputs
  2. Define Solver Options
  3. Run Solver
  4. Optionally Map To Physical Space
  5. Use Or Export Profiles