ind2sub
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
🔗 See also
🕔 History
Version
📄 Description
Last updated
Last updated
ind = [4 5 6 7];
sz = [4 4];
[row,col] = ind2sub(sz,ind)