フィルターのクリア

how i read and display the .mha file?

6 ビュー (過去 30 日間)
Syed Mobashir
Syed Mobashir 2015 年 3 月 9 日
コメント済み: Michael Haderlein 2015 年 3 月 10 日
i had a .mha file, i used the below two lines to display the image
V = mha_read_volume('abcd.mha');
imshow(squeeze(V(:,:,round(end/2))),[]);
but its is giving an error
'Undefined command/function 'mha_read_volume'

採用された回答

Michael Haderlein
Michael Haderlein 2015 年 3 月 9 日
編集済み: Michael Haderlein 2015 年 3 月 9 日
The file mha_read_volume.m must either be in the current directory or be in one of the directories displayed when you enter path. Obviously, this file is in neither of these directories. So, either change your current directory or add the correct directory to your path with addpath(directory).
  2 件のコメント
Syed Mobashir
Syed Mobashir 2015 年 3 月 9 日
Sir Michael Haderlein how i add the m file. i m just applying this code
V = mha_read_volume('abcd.mha');
i add the folder but it still give same error
Michael Haderlein
Michael Haderlein 2015 年 3 月 10 日
Where did you add the m file? And what's your current directory?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by