|
From: | Nicholas Jankowski |
Subject: | Re: Merging ascii and number matrices |
Date: | Wed, 1 Mar 2017 13:33:53 -0500 |
Hi,
I am not experienced with octave, so i will appreciate if you could help. I have a column matrix containing letters and several column matrices containing non-integer numbers. For example:
A=[Aa;Bb;Cc] and B=[1.00;1.01;1.02], C=[2.00;2.01,2.02]…..Z=[26.00;26.01;26.02]
My purpose is to merge the matrix A into other matrices so that these letters will look like the labels of the numbers, such as:
B’=[Aa 1.00; Bb 1.01; Cc 1.02]
C’=[Aa 2.00; Bb 1.01; Cc 1.02]
[Prev in Thread] | Current Thread | [Next in Thread] |