I want to move data from one table to another

조회 수: 1 (최근 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 CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by