When do you use 'rb' in the file access type?
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
niniki
am 21 Mär. 2022
Beantwortet: Walter Roberson
am 21 Mär. 2022
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"?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 21 Mär. 2022
You never use it. It is accepted for compatibility with C but the b is ignored.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!