help-octave
[Top][All Lists]
Advanced

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

Write to Matrix in oct file


From: babelproofreader
Subject: Write to Matrix in oct file
Date: Tue, 8 Oct 2013 17:45:36 -0700 (PDT)

In a .oct file it is possible to extract a submatrix thus:
A.extract(a-1,c-1,b-1,d-1), the equivalent of A(a:b,c:d), but is it possible
to write to a matrix in a similar manner, i.e A(a-1,c-1,b-1,d-1) = some
other smaller matrix, or would I have to loop over the relevant rows/columns
and write element by element? 



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Write-to-Matrix-in-oct-file-tp4658019.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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