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.
テキスト ファイルを matlab にインポートしてバイナリに変換し、バイナリ値を含む最終的な配列が文字形式ではなく整数形式になるようにする必要があります。どうすればいいですか?
fid = fopen('myFile.txt', 'r'); F = fread(fid, 'char=>uint32')'