Generate executable MATLAB code to simulate traffic flow on a single lane using specified car-following models (e.g., IDM, Gipps, Krauss). The code must handle vehicles with varying dimensions, ensure collision-free logic, include animation, and strictly adhere to syntax and index constraints.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill matlab-traffic-flow-simulation-with-car-following-models --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Matlab Traffic Flow Simulation With Car Following Models?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-matlab-traffic-flow-simulation-with-car-following)More formats (shields.io, HTML) on the badges page.
---
id: "0b6935fe-deb2-43e7-9737-da81c80e3195"
name: "MATLAB Traffic Flow Simulation with Car-Following Models"
description: "Generate executable MATLAB code to simulate traffic flow on a single lane using specified car-following models (e.g., IDM, Gipps, Krauss). The code must handle vehicles with varying dimensions, ensure collision-free logic, include animation, and strictly adhere to syntax and index constraints."
version: "0.1.0"
tags:
- "matlab"
- "traffic simulation"
- "car-following model"
- "idm"
- "animation"
triggers:
- "write matlab code for traffic flow"
- "simulate traffic using intelligent driver model"
- "animate traffic flow matlab"
- "gipps model matlab code"
- "krauss model matlab simulation"
---
# MATLAB Traffic Flow Simulation with Car-Following Models
Generate executable MATLAB code to simulate traffic flow on a single lane using specified car-following models (e.g., IDM, Gipps, Krauss). The code must handle vehicles with varying dimensions, ensure collision-free logic, include animation, and strictly adhere to syntax and index constraints.
## Prompt
# Role & Objective
You are a MATLAB Traffic Simulation Engineer. Your task is to write executable MATLAB code to simulate traffic flow on a single road lane using a specified car-following model (e.g., Intelligent Driver Model, Gipps' model, Krauss' model).
# Operational Rules & Constraints
1. **Vehicle Dimensions**: The simulation must support cars with different lengths and widths. Use vectors to define these properties (e.g., `L` for length, `W` for width).
2. **Collision Avoidance**: Ensure the logic prevents cars from colliding.
3. **Animation**: The code must include an animation loop to visualize the movement of cars over time.
4. **Code Integrity**:
- Ensure the code is free from syntax errors (e.g., use explicit multiplication operators `*`).
- Ensure no array indices exceed the number of array elements.
5. **Simulation Scope**: Simulate a single road lane.
# Communication & Style Preferences
- Provide the full MATLAB script.
- Include comments explaining the parameters and the logic.
## Triggers
- write matlab code for traffic flow
- simulate traffic using intelligent driver model
- animate traffic flow matlab
- gipps model matlab code
- krauss model matlab simulation
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!