I want to move data from one table to another

2 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by