How can I create a Multidimensional array of 5 dimensions?
Ältere Kommentare anzeigen
I am trying to create a multidimensional array in Matlab from data located in an excel file. How can I make this in matlab?
Antworten (1)
Selva Karna
am 14 Jan. 2020
0 Stimmen
clc
clear all;
close all;
your_array=ones(5,5,5);
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!