I want to move data from one table to another

2 次查看(过去 30 天)
T=
xmin ymin xmax ymax
____ ____ ____ ____
406 475 600 596
409 373 598 472
394 518 557 554
510 454 560 542
G=
imageFilename damaged
____________________________________________________________________ ____________
{'C:\Users\msi-pc\Desktop\Thesis\2\Dataset\images\Japan_000000.jpg'} {4×4 double}
I want to move data from T to damaged

采纳的回答

Walter Roberson
Walter Roberson 2022-10-29
G.damaged{Index} = table2array(T);
  2 个评论
abdullah al-dulaimi
abdullah al-dulaimi 2022-10-29
thank you brother , i have another eqastion please,
I don't want to move one by one ,
How can I move all table data to damage , look to photo

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by