필터 지우기
필터 지우기

Read ORDIMAGE and ORDDICOM

조회 수: 3 (최근 30일)
Sean Lawson
Sean Lawson 2011년 9월 1일
Hi all,
I need to export some data from oracle database using MATLAB. Some of the data I need is ORDIMAGE and ORDDICOM, which are basically image files by oracle.
When I export the data in a usual way:
conn = database('','',''); curs = exec(conn, 'SELCT... FROM ...'); cursData = fetch(curs); cursData.Data
ans =
'No Data'
This means taht those two types of data mentioned before cannot be read by matlab. Also, I used the Visual Query Builder to export the data from oracle database directly, it didn't work as well, those fields are blank.
Could any one tell me how to fix this please? Or can MATLAB read these two kinds of files?

채택된 답변

Sean Lawson
Sean Lawson 2011년 9월 23일
It turns out that MATLAB is not currently support these two types of Oracle DB data.

추가 답변 (0개)

카테고리

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