[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: printing the value of frequency in a histogram plot
From: |
Adarsh |
Subject: |
Re: printing the value of frequency in a histogram plot |
Date: |
Wed, 4 Sep 2013 22:49:31 -0700 (PDT) |
I tried this on the plot and it worked.
C = arrayfun("int2str",A,"UniformOutput",false)
D = arrayfun("int2str",B,"UniformOutput",false)
strcat(C,D)
E = strcat(C,",",D)
text(B, A, E)
--
View this message in context:
http://octave.1599824.n4.nabble.com/printing-the-value-of-frequency-in-a-histogram-plot-tp4657044p4657061.html
Sent from the Octave - General mailing list archive at Nabble.com.