Error in dlarray function

2 ビュー (過去 30 日間)
BR
BR 2020 年 6 月 5 日
回答済み: Raynier Suresh 2021 年 2 月 16 日
Hi,
I keep on receiving this message everytime I have tried to use dlarray function. For e.g. for a simple code as
numFeatures = 10;
numObservations = 32;
sequenceLength = 64;
X = dlarray(randn(numFeatures,numObservations,sequenceLength), 'CBT');
I always get this message;
Check for missing argument or incorrect argument data type in call to function 'dropTrailingODims'.
However, if I tried to use a built-in code (like using live script for an example that uses dlarray), it seems to be working fine.
I am using r2020a by the way.
Thanks
  2 件のコメント
茹 孟
茹 孟 2020 年 12 月 15 日
do you solve this quetion?
BR
BR 2020 年 12 月 17 日
Nope and no help either yet.

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

回答 (1 件)

Raynier Suresh
Raynier Suresh 2021 年 2 月 16 日
Hi, I am unable to reproduce this at my end. It would be useful for investigation if you can provide the entire workflow and the complete error message.

Community Treasure Hunt

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

Start Hunting!

Translated by