|
From: | Doug Stewart |
Subject: | Re: ÿerror: () must be followed by . or close the index chain |
Date: | Sat, 17 Aug 2019 06:10:04 -0400 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |