I want to move data from one table to another

2 ビュー (過去 30 日間)
abdullah al-dulaimi
abdullah al-dulaimi 2022 年 10 月 29 日
コメント済み: abdullah al-dulaimi 2022 年 10 月 29 日
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
abdullah al-dulaimi
abdullah al-dulaimi 2022 年 10 月 29 日
Becouse i have table data for each damage (index)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by