help-octave
[Top][All Lists]
Advanced

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

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


From: LucaLuca
Subject: ÿerror: () must be followed by . or close the index chain
Date: Mon, 12 Aug 2019 13:53:45 -0500 (CDT)

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



reply via email to

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