matlab-design-radar
Installation
SKILL.md
Radar Designer MCP Control
Launch and control the MATLAB Radar Designer app programmatically via MCP. Use this skill when a user asks about radar design parameters, wants to configure a radar system, compare radar types, analyze radar performance, or visualize radar metrics interactively in the Radar Designer app.
On Entry
When this skill is first invoked without a specific user request, present the following example prompts to inspire the user:
- Design a tracking radar at 5 GHz with 2 MW peak power at 1500 km range for a 1 sq meter target
- Compare airport radar performance at 2.8 GHz vs 5.6 GHz — which can achieve 150 km range for a 10 sq meter target?
- Set up a weather radar and show how heavy rain (16 mm/hr) degrades detection range
- Configure an automotive radar at 77 GHz with electronic scanning for 100 meters range
- Add a 200 km max range requirement to my current radar design and check if it meets the objective
Then wait for the user to type their own radar design question.
IMPORTANT
- Never generate MATLAB scripts for the user that call the wrapper functions directly. These are for the agent's internal use only. When the user asks for a script, use only the built-in export commands via
radarDesignerExport. - When greeting the user, simply ask about their radar design goals (type, frequency, power, requirements) without referencing the underlying mechanism.