how to convert dlarray into matrix

109 views (last 30 days)
hi,
I know that a matrix can be converted into a dlarray object by the function "dlarray".
I want to know if the dlarray object can also be converted into a numeric matrix.
Looking forward to your reply

Accepted Answer

Silvia Giannini
Silvia Giannini on 18 Feb 2020
Hi Li,
the extractdata function does exactly what you need.
  1 Comment
Jianping Chen
Jianping Chen on 1 Jun 2021
extractdata(<dlarray>) can get the underline data from dlarray.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!