When do you use 'rb' in the file access type?
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
niniki
le 21 Mar 2022
Réponse apportée : Walter Roberson
le 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 commentaires
Réponse acceptée
Walter Roberson
le 21 Mar 2022
You never use it. It is accepted for compatibility with C but the b is ignored.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!