help-octave
[Top][All Lists]
Advanced

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

Re: problem loop array


From: Andreas Weber
Subject: Re: problem loop array
Date: Mon, 23 Jul 2018 10:40:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Am 21.07.2018 um 17:43 schrieb LucaLuca:
> Why in the last columns number is egual 80? ..this isn't  counter value(cc) 
> but this is element of cell array

This is how printf works if you give him arrays, see this example

printf ("%d %d\n", 1, [2 3 4])

gives:

1 2
3 4

HTH, Andy



reply via email to

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