comparison test/ChangeLog @ 7618:3209a584e1ac

Further type preservation tests and fix of diag for cell arrays
author David Bateman <dbateman@free.fr>
date Thu, 20 Mar 2008 20:54:19 +0100
parents 4fc7c16ee564
children ba7a3e20ee3d
comparison
equal deleted inserted replaced
7617:9dca8b03dfe8 7618:3209a584e1ac
1 2008-03-20 David Bateman <dbateman@free.fr> 1 2008-03-20 David Bateman <dbateman@free.fr>
2
3 * test_func.m: Modify to test for char, cell and structure arrays.
2 4
3 * test_func.m: New test code that ensures that all operations 5 * test_func.m: New test code that ensures that all operations
4 which work on dimensions alone (squeeze, triu, etc.) work for all 6 which work on dimensions alone (squeeze, triu, etc.) work for all
5 objects and preserve type. 7 objects and preserve type.
6 8