How do I extract Trajectory Data using NGSIM dataset?
19 ビュー (過去 30 日間)
古いコメントを表示
idris
2024 年 6 月 4 日
コメント済み: Aravindhan Mathivanan
2024 年 11 月 20 日 19:26
It is required to extract trajectory data along with the frame number, vehicle ID, lane number, time, and position for the target vehicles in US-101 category of the Next Generation Simulation (NGSIM) dataset; however, after successfully reading the file with "data = readtable('pre-processing.csv')", one proceeded to use "Features=[categorical(pre-processing.csv,trajectory)]", but was flagging an error, kindly help.
1 件のコメント
Aravindhan Mathivanan
2024 年 11 月 20 日 19:26
Hi Idris,
I'm also working on extracting the trajectory data from NGSIM dataset, but i don't know from where to start. Please kindly help.
採用された回答
Gagan Agarwal
2024 年 6 月 11 日
編集済み: Gagan Agarwal
2024 年 6 月 11 日
Hi Idris
It seems like there's a misunderstanding in the syntax and function usage in your code snippet. When you're working with MATLAB, after reading a CSV file into a table using "readtable", we don't use the file name again within your operations. Instead, we operate on the variable that now contains the table data, which in this case is "data".
I hope it helps!
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!