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.
Fortran NxNxN 配列をバイナリで書き出すと、それを matlab に読み込んで使用します
array = RESHAPE(inputdata,[N N N])
同じ構造を保持しますか?つまり、Matlab の array(i,j,k) は Fortran の array(i,j,k) に対応しますか? または、順序を変更する必要がありますか? ありがとう。
MatlabとFortranはどちらも列優先のストレージ順序を使用するため、のようなことをしただけの場合はwrite(iounit) array、投稿した例はそのままで問題ありません。
write(iounit) array
I have running to the exception of "Uncaught TypeError: Object # has no method 'quicksand'", and I can't seem to find where the error is coming from. I am very new