Is there a way to multiply a formatted dlarray with a matrix?

11 ビュー (過去 30 日間)
Chonghao WANG
Chonghao WANG 2020 年 11 月 16 日
コメント済み: Reed Freer 2023 年 12 月 23 日
Given a formatted dlarray named y and a matrix named X consists of formatted dlarrays (e.g. each row of the matrix is a dlarray), is there a way to do matrix multiplication between X and y?

回答 (1 件)

Hrishikesh Borate
Hrishikesh Borate 2020 年 11 月 18 日
Hi,
I understand that you want to multiply a formatted dlarray y, and a matrix X, rows of which are constructed using formatted dlarrays.
Currently, the matrix multiplication (mtimes, *) is only supported when one input is a formatted dlarray and other input is an unformatted scalar.
Element wise multiplication is supported when both the inputs are formatted dlarrays.
For more information, refer to dlarrays.
  1 件のコメント
Reed Freer
Reed Freer 2023 年 12 月 23 日
Can you multiply a formatted dlarray and a regular matrix? I am attempting to use pagemtimes to multiply the matrix together and I recieve an error.

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

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by