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?.

2 ビュー (過去 30 日間)
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 件のコメント
Walter Roberson
Walter Roberson 2018 年 9 月 20 日
A common cause of this is accidentally using A.B instead of A.*B
KSSV
KSSV 2018 年 9 月 20 日
Show us the code to help you.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import and Management についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by