how to create a table with different datatypes [ex: char, string ,numbers ,image ] in a same column?
Afficher commentaires plus anciens
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 commentaires
Dyuman Joshi
le 28 Août 2023
Sujay Muniraju
le 28 Août 2023
Dyuman Joshi
le 28 Août 2023
Did you check the link?
Sujay Muniraju
le 28 Août 2023
Dyuman Joshi
le 28 Août 2023
Sujay Muniraju
le 30 Août 2023
Modifié(e) : Sujay Muniraju
le 1 Sep 2023
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Printing and Saving dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!