creating 3D matrix

조회 수: 3 (최근 30일)
Ahmad Abbas
Ahmad Abbas 2021년 2월 9일
답변: Anshika Chaurasia 2021년 2월 11일
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