Feeds
提问
reshape function with index 1
Hey Suppose I have an array, let's say A=[1 0 ; 0 1]; And I want to increase it's size, that is, to make it a 2x2x1 array: ...
5 years 前 | 1 个回答 | 0
1
个回答提问
How to multiply arrays to create a larger one
Let's say I have the following two arrays A=rand(3,4,3) B=rand(3,5) I want to generate the specific "tensor product", for exa...
5 years 前 | 0 个回答 | 0