octave-maintainers
[Top][All Lists]
Advanced

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

help with format +


From: Rik
Subject: help with format +
Date: Thu, 15 Feb 2018 21:33:05 -0800

Could someone try the following code under Matlab?

x = ones (3,3);
x(2,2) = 0;
x([1, 3], [3, 1]) = -1;
format +
x
sx = sparse (x)

Thanks,
Rik



reply via email to

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