Write Arrays to a Table in an Interwoven/ interlaced fashion in App Designer

1 次查看(过去 30 天)
Let's say I have Matrices A B C D. all have equal dimensions.
In App Designer, I'd like those Matrices displayed in a UITable in a way I've not been able to wrap my head around how to implement.
I'd like to interleave the Matrices' Columns with one another,
so that Column1 of MatrixA is followed by Column1 of MatrixB, followed by C(olumn)1 of M(atrix)C, C1 MD, C1 ME,
C2 MA, C2 MB, C2 MC, C2 MD, C2 ME,
C3 MA, C3 MB, C3 MC, C3 MD, C3 ME,
C4 MA, C4 MB, C4 MC, C4 MD, C4 ME,
C5 MA, C5 MB, C5 MC, C5 MD, C5 ME.
and so on.
Is there a way to specify this within the UITable's properties, or do I need to reshape the 5 Matrices into one, and then write that to the UITable?
Kind Regards,
T

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by