Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MRI 画像を含む .dat ファイルがあります。このファイルを Matlab で開き、「MrPort」と「Reco」を含む .mat ファイルに変換したいと考えています。誰でもこれで私を助けることができますか?
ありがとう!
dat ファイルを matlab、set MrPort、Reco変数に読み込み、mat ファイルに保存する必要があります。
MrPort
Reco
>> save('myMatFile.mat', 'MrPort', 'Reco' );