Creating a 4D array.

15 次查看(过去 30 天)
mathman
mathman 2017-12-16
回答: Stephen23 2017-12-16
I have a 3D array, P_3D, which has the dimensions 1x301x1000. I want to make this a four dimensional array by 'inserting' another array consisting of values for time into P_3D, the time array, t_n, has the same dimensions as P_3D.
Is this possible?
I can give some background on the problem as a whole if that helps.
Thanks

回答(1 个)

Stephen23
Stephen23 2017-12-16
cat(4,P_3D,t_n)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by