Feeds
提问
How to do assert isequal with a multiple returns function
Hi, I would like to know if anybody knows how to do to assert isequal with a function that has many returns? example: assert(...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to modify one line of a matrix and get the entire matrix for result within the modification?
Hi, For example I have : x = [ 1 2 3; 4 5 6] If I want to have 1 2 3 multiplies by -1, how can I do? I want to get [-1 -2 -3; ...
4 years 前 | 1 个回答 | 0

