Respuesta aceptada

Kawin Kumaran
Kawin Kumaran el 5 de Jul. de 2020

0 votos

To find the size of a file in bytes :
info = dir('video1.avi');
filesize = info.bytes;
Then to convert bytes to GB it can be done mathematically :
gb_size = filesize / (1024^3)

Más respuestas (0)

Productos

Versión

R2020a

Preguntada:

el 4 de Jul. de 2020

Respondida:

el 5 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by