creating 3D matrix

4 visualizaciones (últimos 30 días)
Ahmad Abbas
Ahmad Abbas el 9 de Feb. de 2021
Respondida: Anshika Chaurasia el 11 de Feb. de 2021
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 comentarios
Ahmad Abbas
Ahmad Abbas el 9 de Feb. de 2021
i know it is not the best way to load the files dynamically but i only got three files.
Stephen23
Stephen23 el 9 de Feb. de 2021
"... 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.

Iniciar sesión para comentar.

Respuesta aceptada

Anshika Chaurasia
Anshika Chaurasia el 11 de Feb. de 2021
Hi Ahmad,
You can refer to cat documentation that will concatenate arrays.

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by