![]() |
KerMor
0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
|
object2str: Generic matlab object to string converter. More...
Go to the source code of this file.
Functions | |
function str = | object2str (handle obj,integer maxdepth) |
object2str: Generic matlab object to string converter. More... | |
object2str: Generic matlab object to string converter.
Definition in file object2str.m.
object2str: Generic matlab object to string converter.
This small function recursively displays the complete hierarchy of any object and nested objects therein as a string, intended by tabs equal to the sublevel and sorted alphabetically.
Copyright (c) 2011, Daniel Wirtz All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted only in compliance with the BSD license, see http://www.opensource.org/licenses/bsd-license.php
obj | The object to convert to a string |
maxdepth | The maximum recursion depth. Default: Inf |
str | The string representation of the object's state. |
Definition at line 17 of file object2str.m.
Referenced by approx.algorithms.ABase.getApproximationSummary().