How can I create a Multidimensional array of 5 dimensions?

I am trying to create a multidimensional array in Matlab from data located in an excel file. How can I make this in matlab?

답변 (1개)

Selva Karna
Selva Karna 2020년 1월 14일

0 개 추천

clc
clear all;
close all;
your_array=ones(5,5,5);

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

제품

질문:

2020년 1월 13일

답변:

2020년 1월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by