フィルターのクリア

converted vtk files are not seen

4 ビュー (過去 30 日間)
Chathu
Chathu 2016 年 4 月 19 日
コメント済み: Chathu 2016 年 4 月 22 日
I was trying to convert my 3d mat files to .vtk format using the code showed inside the below link
For example,i was first trying to convert one mat file to .vtk file. So before the code begins this is what i typed:
filename='P3290321.mat';
matrix=size('P3290321.mat');
Output: no errors , but nothing is written either.(i am certain this code works well when looking at the comments, but i don't know what mistake i am doing here)
I wonder what happened to my converted .vtk files? Can anyone kindly guide me to overcome this issue.

採用された回答

Walter Roberson
Walter Roberson 2016 年 4 月 19 日
size('P3290321.mat') means to take size() of the string 'P3290321.mat' which is a 1 x 12 char array.
If you want to use data inside of P3290321.mat then you need to load() the file and access the appropriate loaded variable.
  12 件のコメント
Walter Roberson
Walter Roberson 2016 年 4 月 21 日
VTK does seem to be mentioned for VolView, and as it is open source it appears to be worth a try.
Chathu
Chathu 2016 年 4 月 22 日
Alright Walter:) Thank you soo much for your kindest support. Really appreciate it.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStandard File Formats についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by