When do you use 'rb' in the file access type?

19 ビュー (過去 30 日間)
niniki
niniki 2022 年 3 月 21 日
回答済み: Walter Roberson 2022 年 3 月 21 日
When using the fopen function, what type of 'rb' is the 'permission' argument?
The MATLAB fopen document does not show "rb". When do you use "rb"?

採用された回答

Walter Roberson
Walter Roberson 2022 年 3 月 21 日
You never use it. It is accepted for compatibility with C but the b is ignored.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLow-Level File I/O についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by