Feeds
提问
How does matlab solve matrices?
I was just wondering if anybody knew the method used by matlab to solve matrices, when the command A\b is used. For example, d...
11 years 前 | 1 个回答 | 0
1
个回答提问
How to change the elements of a matrix based on row/column numbers?
Say I have a 6*6 matrix of ones. P=ones(6,6). I want to change a certain number of values to 2 inside this matrix based on t...
11 years 前 | 1 个回答 | 0
1
个回答提问
How do I assign unique values to a i*j matrix/grid?
I have a grid of i rows and j columns. For example, 3 rows and 5 columns. However, the origin is in the bottom left corner, not ...
11 years 前 | 2 个回答 | 0
