필터 지우기
필터 지우기

How can I save an image from Matlab GUI directly to SQL Server Database without saving to the disk?

조회 수: 1 (최근 30일)
I have a MATLAB GUI in which the resultant image is formed after stitching 4 different images of users choice. I want to store that resultant image directly in the database table of SQL Server. Can it be possible to do so without saving the image in the disk? I have a little knowledge about making connections of MATLAB with Databases, so expert help required. Thanks in advance!

답변 (1개)

Walter Roberson
Walter Roberson 2015년 8월 8일
When practical, create a data array that combines the images the way the user specified, and save that data array.
When that is not practical, then getframe() to capture a picture of the axes or figure.

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by