Clear Filters
Clear Filters

ow to save image from exes to database

1 view (last 30 days)
rabia ahmad
rabia ahmad on 4 Jul 2020
Edited: Sugar Daddy on 4 Jul 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 Comments
rabia ahmad
rabia ahmad on 4 Jul 2020
i have created a database and i want to save pateint name ,id and tumor image in that database
Sugar Daddy
Sugar Daddy on 4 Jul 2020
Edited: Sugar Daddy on 4 Jul 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

Sign in to comment.

Answers (0)

Categories

Find more on Modify Image Colors in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!