How can I create a Multidimensional array of 5 dimensions?
Mostrar comentarios más antiguos
I am trying to create a multidimensional array in Matlab from data located in an excel file. How can I make this in matlab?
Respuestas (1)
Selva Karna
el 14 de En. de 2020
0 votos
clc
clear all;
close all;
your_array=ones(5,5,5);
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!