ow to save image from exes to database

1 visualización (últimos 30 días)
rabia ahmad
rabia ahmad el 4 de Jul. de 2020
Editada: Sugar Daddy el 4 de Jul. de 2020
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 comentarios
rabia ahmad
rabia ahmad el 4 de Jul. de 2020
i have created a database and i want to save pateint name ,id and tumor image in that database
Sugar Daddy
Sugar Daddy el 4 de Jul. de 2020
Editada: Sugar Daddy el 4 de Jul. de 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

Iniciar sesión para comentar.

Respuestas (0)

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by