creating 3D matrix

3 次查看(过去 30 天)
i am trying to create a 3D matrices of total dose , energy and density distributions
The diemntion of the files are 1x9131020 ( all the files have similar dimentions )
  5 个评论
Ahmad Abbas
Ahmad Abbas 2021-2-9
i know it is not the best way to load the files dynamically but i only got three files.
Stephen23
Stephen23 2021-2-9
"... but i only got three files."
It is not important how many files you have. Load them into an output:
S = load(..)
and process the content of the structure S.

请先登录,再进行评论。

采纳的回答

Anshika Chaurasia
Anshika Chaurasia 2021-2-11
Hi Ahmad,
You can refer to cat documentation that will concatenate arrays.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by