I want to move data from one table to another

2 Ansichten (letzte 30 Tage)
abdullah al-dulaimi
abdullah al-dulaimi am 29 Okt. 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

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by