How to plot navigation points on an indoor floorplan

HI, I have an indoor floor map (jpeg), I have tracked the movement of a person using mobile sensors and I have data in the form of x,y and angle , I want to show the trajectory on the floor plan, how should I go with it? Simply I want to show the navigation on map, how I will map my navigation data on the map in matlab.
regards ravi

回答(2 个)

Look at the QUIVER command (and HOLD ON, of course). That does what I think you're asking for.
Cheers,
Brett
Actually I have distance and angle information, I know the initial start point.when persons starts walking,I have distance in each step and angle information. I want to map this information onto floorplan of a building(jpeg), How it will go?
regards ravi

类别

提问:

2011-2-18

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by