spy
📝 Syntax
📥 Input argument
📄 Description
💡 Examples
f = figure();
rng('default');
S = sparse((rand(1, 10) + 1) * 100, (rand(1, 10) + 1) * 100 , (rand(1, 10) + 1) * 10);
spy(S);🔗 See also
🕔 History
Version
📄 Description
Last updated