ow to save image from exes to database
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
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
Respuestas (0)
Ver también
Categorías
Más información sobre Audio and Video Data en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!