When do you use 'rb' in the file access type?
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
niniki
el 21 de Mzo. de 2022
Respondida: Walter Roberson
el 21 de Mzo. de 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 comentarios
Respuesta aceptada
Walter Roberson
el 21 de Mzo. de 2022
You never use it. It is accepted for compatibility with C but the b is ignored.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!