General Object Display

Version 1.0.0.0 (1.84 KB) by Ohad Gal
Display the nested structure of an object or structure.
2.9K Downloads
Updated 15 May 2003

View License

%
% gen_object_display - general function to display an object's content
%
% format: gen_object_display( obj_struct,indent )
%
% input: obj_struct - a copy of the object stored inside a structure
% indent - amount of "indent" when printing to the screen
%
% output: to the screen
%
% example: gen_object_display( struct( my_object_handle) );
% gen_object_display( ny_structure );
%

Cite As

Ohad Gal (2024). General Object Display (https://www.mathworks.com/matlabcentral/fileexchange/3427-general-object-display), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R12.1
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Structures in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0