In: Mechanical Engineering
1st off all in excel also you can write 100*100 2d Array in
diffrent 100 sheet
For that the coding as below i use random variable but you can
change as per your requirment
CODE:
clc;clear all
A=rand(100,100,100)% you can change your matrix as your wish
for i=1:100
xlswrite('rand.xls',A(:,:,i),i) ; % as per your rquiremnent change
A with your name
end
Output:
in excel you can get the output
For any doubt comment below i will solve your query
Rate my answer your rating is important to us