Feeds
提问
Alternate to the circshift function in a 3d matix for an agent based model
Hey there, I have a 3 dimensional matrix randworld and need to perform certain calculations on each the row and column cell a...
12 years 前 | 1 个回答 | 0
1
个回答提问
Find the number of unique rows and its corresponding index in a matrix
Hi there, I need to list the unique rows and its corresponding index in a matrix without the using the unique function. I have b...
12 years 前 | 1 个回答 | 0
1
个回答提问
Convert a 3-d matrix to a 2-d matrix
I have this variable 'a'. I want to convert it into a 2-d matrix of dimensions 3*3. The output I am looking for is a 3*3 matrix ...
12 years 前 | 3 个回答 | 0
3
个回答提问
Count all unique elements in a 3d matrix
Hi all, I have created a 3-d matrix randworld and would like to list the unique elements, count the number of unique elements...
12 years 前 | 3 个回答 | 1
