MATLAB Simulink Plugin
MATLAB Simulink Plugin from hashgraph-online/awesome-codex-plugins.
Skills in this plugin
6- ▌ Simulink Simulation · hashgraph-online-awesome-codex-pluginsUse this skill whenever simulating a Simulink model, running the sim command, setting up SimulationInput objects, passing input signals via timeseries or datasets, configuring model or block parameters programmatically, or accessing logged output data from SimulationOutput. Trigger for any request involving sim(), Simulink.SimulationInput, Simulink.SimulationOutput, logsout, setExternalInput, or setModelParameter.
- ▌ Simulink Interactions · hashgraph-online-awesome-codex-plugins bundleInteract with a Simulink model currently open in MATLAB via the MATLAB MCP server. Use this skill whenever the user asks to inspect, modify, query, or navigate a Simulink model that is open in MATLAB — for example changing block properties, finding blocks, adding blocks, connecting signals, or navigating model hierarchy. Trigger whenever the user refers to "this model", "this block", "this subsystem", "selected blocks", or asks to do anything to a Simulink model without specifying a file path to open. Also trigger for requests like "change the gain", "color all sum blocks", "find all integrators", or any other operation on an already-open model.
- ▌ Simulink Baseline Test · hashgraph-online-awesome-codex-pluginsCreate a MATLAB baseline regression test class for a Simulink model. Use when asked to create a baseline test, golden-reference test, or regression test for a Simulink model.
- ▌ Simulink Profiler Analyzer · hashgraph-online-awesome-codex-plugins bundleAnalyze Simulink Profiler results to find simulation bottlenecks or compare two profiler sessions to identify regressions. Use when asked to profile a Simulink model, analyze profiler data, find what is slow, or compare simulation performance between two runs or releases.
- ▌ Simulink Profile Initialization · hashgraph-online-awesome-codex-plugins bundleProfile and analyze the initialization (compile) phase of a Simulink model. Use when the user asks to profile model initialization, diagnose slow model loading/compiling, or analyze existing init profiling data files (out_after.mat, perfTracer.mat, profilerResults.mat, modelCompileDiary.txt).
- ▌ Simulink Solver Profiler Analyzer · hashgraph-online-awesome-codex-plugins bundleRuns the Simulink Solver Profiler and analyzes the results. Run when the user asks to run the Simulink solver profiler and when the user asks for advice on solver issues or performance issues in Simulink.