フィルターのクリア

How to read file obtained from treatment planning system(TPS)? The file is in format of RTP#####.

7 ビュー (過去 30 日間)
Nada Zamri
Nada Zamri 2016 年 4 月 11 日
コメント済み: Walter Roberson 2016 年 4 月 11 日
The file is in format of RTP##### contains 2D dose distribution of a patient. How to read the data from the file using MATLAB. I have tried to use the following commands but the result seems weird
fid=fopen('RTP00001','r');
A=fread(fid);
A
  1 件のコメント
Walter Roberson
Walter Roberson 2016 年 4 月 11 日
I have having difficulty finding details. It appears that possibly RTP is IMPAC RTP-Connect format or RTP-Exchange format. I do not find much information about RTP-Exchange. For RTP-Connect I find some Ruby software that might read them -- and some commercial systems. But I also find one place that indicates the files are in CSV format; if so then xlsread() or textread() would seem appropriate.
We would need to see a bit of a sample.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by