whomat
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
📚 Bibliography
💡 Example
🔗 See also
🕔 History
Version
📄 Description
Last updated
Last updated
A = ones(3, 4);
B = 'Nelson';
C = sparse(true);
D = sparse(3i);
savemat([tempdir(), 'example_whomat-v7.3.mat'], 'A', 'B', 'C', 'D', '-v7.3')
whomat([tempdir(), 'example_whomat-v7.3.mat'])
ce = whomat([tempdir(), 'example_whomat-v7.3.mat'])