how to create a table with different datatypes [ex: char, string ,numbers ,image ] in a same column?
Show older comments
I need to create auto generated report, which includes text, numbers , and images in a coloum of the table. and then save it as pdf,
column1:
Contents=["User Name","System Name","Date and Time","Plot"]; -(all string)
column 2:
Details=[userName,systemName,dnT, Image]
userName,systemName,dnT belongs to char/string
Image- belongs to image (jpg/png)
6 Comments
Sujay Muniraju
on 28 Aug 2023
Dyuman Joshi
on 28 Aug 2023
Did you check the link?
Sujay Muniraju
on 28 Aug 2023
Dyuman Joshi
on 28 Aug 2023
Sujay Muniraju
on 30 Aug 2023
Edited: Sujay Muniraju
on 1 Sep 2023
Accepted Answer
More Answers (0)
Categories
Find more on Printing and Saving 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!