Write Arrays to a Table in an Interwoven/ interlaced fashion in App Designer
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Linear Algebra in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!