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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

