Add a new row to a table with addrow function
36 ビュー (過去 30 日間)
古いコメントを表示
Hi guys I have created a table data and took data of it to create different maneuver arrays now I want to create table t and add these maneuvers, the pos and the nr but only the first row (line) of it.
Because the first row is always the first participant, after all maneuvers I will continue with the 2nd line an do on.
2 件のコメント
Spencer Chen
2020 年 2 月 13 日
I don't have the addRow() function for my tables (R2018b). Unless it comes with a newer version of Matlabm you might be using it in the wrong context.
It's easy to add rows to tables otherwise. It mostly behaves like a 2D matrix.
Blessings,
Spencer
Walter Roberson
2020 年 2 月 21 日
I notice that you edited to remove reference to addRow() .
The functionality you want is still what I posted the link to at the end of my Answer; several methods are shown there.
回答 (1 件)
Walter Roberson
2020 年 2 月 13 日
addRow has to do with Simulink custom formating only.
Adding rows to a table is shown in a few way at https://www.mathworks.com/help/matlab/matlab_prog/add-and-delete-table-rows.html
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!