I want to move data from one table to another

2 views (last 30 days)
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

Accepted Answer

Walter Roberson
Walter Roberson on 29 Oct 2022
G.damaged{Index} = table2array(T);
  2 Comments
abdullah al-dulaimi
abdullah al-dulaimi on 29 Oct 2022
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
abdullah al-dulaimi
abdullah al-dulaimi on 29 Oct 2022
Becouse i have table data for each damage (index)

Sign in to comment.

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!