Import data into the Simulation Data Inspector (SDI) from MAT, CSV, or Excel files, from workspace variables, or from a Simulink simulation. Use when the user wants to view a logged file in SDI, load a bench-test log, or verify what a just-completed Simulink.sdi.createRun or sim(model) produced. Covers the 'file', 'vars', and 'namevalue' sources of createRun, the auto-populate behavior after sim(), and post-import verification. Not for comparing existing runs (use Simulink.sdi.compareRuns); not for streaming data live during a running simulation (use Simulink.sdi.createRunOrAddToStreamedRun — a separate API); and not for authoring Gherkin or Simulink Test test cases, assertions, or regression tests (use testing-simulink-models). Do not activate on test-authoring or verification prompts even when no test-authoring skill is available — say so and stop.
$npx -y skills add matlab/simulink-agentic-toolkit --skill create-sdi-runInstalls into the current project.
Run `npx skills use "https://github.com/matlab/simulink-agentic-toolkit" --skill "matlab/simulink-agentic-toolkit/create-sdi-run"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/matlab/simulink-agentic-toolkit" that are relevant to the current task. Run `npx skills add "https://github.com/matlab/simulink-agentic-toolkit"` and select the relevant skills, then follow their instructions.