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?.
Show older comments
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 Comments
Naman Chaturvedi
on 20 Sep 2018
What is your data type and which command are you using to plot?
Walter Roberson
on 20 Sep 2018
A common cause of this is accidentally using A.B instead of A.*B
KSSV
on 20 Sep 2018
Show us the code to help you.
Answers (0)
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!