Feeds
提问
How to create 3d array whose value follows a certain pattern without using for-loop?
How to create 3d array whose value follows a certain pattern without using for-loop? For the following example, how to modify i...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to replace for-loop with matrix multiplication?
I'm trying to replace for-loop with matrix multiplication in order for efficiency. In my case, the matrix is 3-dimensional. I'm ...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to use arrayfun to create an array whose value are relating to index?
I'm now doing a project of image processing, but I have some troubles when using the function arrayfun(). Let me show the core p...
2 years 前 | 1 个回答 | 0
