Feeds
提问
First column matrix into ones
Hello! How to extract the first coulmn of the matrix and make it ones? For exmaple: X = [1 4; 2 2; 3 6]; y = ones(X(:,1)); b...
4 years 前 | 1 个回答 | 0
1
个回答提问
Changing values in matrix under certain conditions
Hello! If I have a 30x1 matrix, and I would like to change the each values under certain condition in the matrix For example I...
4 years 前 | 1 个回答 | 0
