help-octave
[Top][All Lists]
Advanced

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

Re: array cell...... Find index from value


From: LucaLuca
Subject: Re: array cell...... Find index from value
Date: Wed, 25 Jul 2018 16:24:31 -0500 (CDT)

Thank you for answer..


i've understand what is the problem...

in my code i write:

  for hh=1:columns(sistemOrigEquity)
              dateString(gg,1)={datestr(datt(gg,1),1)};
              dateString(gg,2)={num2str(cc)};

(i give to write in excel 'dateString')

num2str convert number to a string..it's not correct..

I modify in :
    dateString(gg,2)={cc};

Now it's ok....i can to search index with your code..

thank you




--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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