help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Merging ascii and number matrices


From: Ozan Dernek
Subject: Merging ascii and number matrices
Date: Wed, 1 Mar 2017 19:16:07 +0200

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]

etc.

I thought i could get this by using fprintf, but i could not figure out.

Thank you in advance,
Cheers.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]