Display Matrix when member of a class
Show older comments
Hi!
I have a class containing two propoerties : InitialData is just an array, whereas Final is a 2*2 matrix. How can I ask Matlab to display the values of both these variables? Rather than
InitialData: [2.2 12 3.4]
FinalData: [2x2 double]
Thanks!
Accepted Answer
More Answers (1)
Martin
on 28 May 2013
0 votes
Categories
Find more on Operators and Elementary Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!