bymatlab· 88 skills
Synthesize new waveforms from scratch for Simulink inports using createInputDataset. Use ONLY when the user asks to generate, create, or synthesize signals (step, ramp, sine, chirp, pulse, noise) to populate a Dataset for External Inputs or Signal Editor. Covers timeseries and timetable formats with correct data type, interpolation, units, and dimensions. Also covers function-call and trigger inport timing setup. Do NOT use when the user wants to load, import, or read existing data from files (MAT, CSV, spreadsheet) — even if that data will be used as model input. Do NOT use for running simulations or plotting outputs.
$npx -y skills add matlab/simulink-agentic-toolkit --skill authoring-simulink-inputsInstalls into the current project.
Run `npx skills use "https://github.com/matlab/simulink-agentic-toolkit" --skill "matlab/simulink-agentic-toolkit/authoring-simulink-inputs"` 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.