Borrar filtros
Borrar filtros

Dot indexing is not supported for variables of this type.

2 visualizaciones (últimos 30 días)
Meena
Meena el 28 de Mzo. de 2023
Comentada: Meena el 30 de Mzo. de 2023
vid2match = cellstr(in_vidsDuration.video_name{i});
This is my code, while running it showing that dot indexing is not supported. Can i know why it is not supported or i have change the program
  1 comentario
KSSV
KSSV el 28 de Mzo. de 2023
Check what is the class of your variable.
class(in_vidsDuration)
If it is a structure then you can use dot indexing. This is what I can tell you at this moment with the information given.

Iniciar sesión para comentar.

Respuestas (1)

chrisw23
chrisw23 el 28 de Mzo. de 2023
Your object in_vidsDuration is not yet initialized.
Use isvalid / isempty to check the object state and catch the exception by try/catch.

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by