Hi, I am trying to plot a MATLAB figure from the data/Matrix of size 1664 X 128. But I am getting an error saying, "Struct contents reference from a non-struct array object.". May I know why I am seeing this?.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I am trying to plot a MATLAB figure from the data/Matrix of size 1664 X 128. But I am getting an error saying, "Struct contents reference from a non-struct array object.". May I know why I am seeing this?.
3 comentarios
Walter Roberson
el 20 de Sept. de 2018
A common cause of this is accidentally using A.B instead of A.*B
Respuestas (0)
Ver también
Categorías
Más información sobre Annotations 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!