フィルターのクリア

Struct with cell array to timeseries for Simulink implementation

2 ビュー (過去 30 日間)
Dylan Frijters
Dylan Frijters 2021 年 4 月 23 日
From the Driving Scenario Designer (Automated Driving Toolbox) I have gathered some radar measurements in the form a struct with the fields Time and ObjectDetections. The ObjectDetections contain a variable number of cells witht the object data. This looks as shown below.
I created this data using Matlab 2021, but for some specific reasons I need to use this data as input in a 2017b Simulink model, but I'm only interested in the measurement data in RadarData_L(:),ObjectDetections(:,1). I tried to convert it to a timeseries object, but then the error 'The first argument must contain the data.' pops up. Should I use timeseries or is there another alternative?

回答 (0 件)

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by