help-octave
[Top][All Lists]
Advanced

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

Re: ÿerror: () must be followed by . or close the index chain


From: Doug Stewart
Subject: Re: ÿerror: () must be followed by . or close the index chain
Date: Sat, 17 Aug 2019 06:10:04 -0400



On Mon, Aug 12, 2019 at 3:01 PM LucaLuca <address@hidden> wrote:
A=
3  5  6 -1
4  -1  9  1
6  3  5   2

G=find(a([1 3],:)<0)

ans =7

Now i want to change in G position in A([1 3],:) in value=10;

A([1 3],:)(G)=10


but i receive this error :

ÿerror: () must be followed by . or close the index chain





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



Do you still need help?

--
DASCertificate for 206392


reply via email to

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