I want to move data from one table to another

3 visualizaciones (últimos 30 días)
abdullah al-dulaimi
abdullah al-dulaimi el 29 de Oct. de 2022
Comentada: abdullah al-dulaimi el 29 de Oct. de 2022
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

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by