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!