ow to save image from exes to database
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have generate a GUI to detect brain tumor . I want to save that image and patiet name in data base . kindly give me the solution
4 commentaires
Sugar Daddy
le 4 Juil 2020
Modifié(e) : Sugar Daddy
le 4 Juil 2020
I think (not sure) you can store image in a cell like
xyz = getframe;
xyz ={xyz.cdata};
Now if you feed this xyz to table (set its variabletype to cell) it will work fine
Réponses (0)
Voir également
Catégories
En savoir plus sur Audio and Video Data dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!