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
2020 年 1 月 14 日
0 投票
clc
clear all;
close all;
your_array=ones(5,5,5);
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!