When do you use 'rb' in the file access type?
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
niniki
il 21 Mar 2022
Risposto: Walter Roberson
il 21 Mar 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 Commenti
Risposta accettata
Walter Roberson
il 21 Mar 2022
You never use it. It is accepted for compatibility with C but the b is ignored.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!