help-octave
[Top][All Lists]
Advanced

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

Access first element of cell array


From: LucaLuca
Subject: Access first element of cell array
Date: Wed, 18 Jul 2018 07:50:35 -0500 (CDT)

hi,

A{1}=[2 4];
A{2}=[4 6 7];


it's possible to access the first element ?

example:

the first element of A{1} is 2...The second element of A{1} is 4

i need to get element as number...not as string


thank you for helping



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



reply via email to

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