Skip to content

Commit 53c29f7

Browse files
authored
Update README.md
1 parent 10b003a commit 53c29f7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Packages/floor-plan-to-3D/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The pipeline takes a monochrome floor plan image and produces a 3D extruded mode
1818

1919
## Requirements
2020

21-
- MATLAB R2023b or newer
22-
- Image Processing Toolbox
23-
- (Optional) Simulink 3D Animation toolbox for Sim3D export
21+
- MATLAB® R2023b or newer
22+
- Image Processing Toolbox
23+
- (Optional) Simulink 3D Animation toolbox for Sim3D export
2424

2525
## Quick start
2626

@@ -36,7 +36,7 @@ Or run the live script `FloorPlanTo3D.m` for a step-by-step walkthrough with plo
3636

3737
## Sim3D export
3838

39-
If you have the Simulink 3D Animation toolbox, you can push the extracted geometry into a Sim3D world as box primitives:
39+
If you have the Simulink 3D Animation toolbox, you can push the extracted geometry into a Sim3D world as box primitives:
4040

4141
```matlab
4242
geometry = extractFloorPlanGeometry("test_floorplan.png");

0 commit comments

Comments
 (0)