3D Array manipulation
显示 更早的评论
Hi,
I have a 8-by-8-by-24 Array S and I am trying to manipulate some of its elements. Specifically, say typing squeeze(S(2,3,1)) returns the value 6. Let's suppose I want to replace this element\number in S(2,3,1) by a zero value, so that the Array S now have 0 in S(2,3,1) instead of 6; I want to keep all other elements in S unchanged. What is the easiest thing for doing this? Any help is much appreciated. Thanks.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Construct and Work with Object Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!