Feeds
提问
Replace the value in the columns of a matrix
In matrix *A = [-1 2 3; 4 -5 6; 7 8 -9]* order *for k1 = 1: size (A, 1) A (k1, find (A (k1,:)> 0, 1, 'first')) = 1* makes repla...
10 years 前 | 1 个回答 | 0
1
个回答已回答
How in Matlab?
Excuse me, but if the matrix is this: >> A = [-1 2 3;4 -5 6;7 8 -9] A = -1 2 3 4 -5 6 7 ...
How in Matlab?
Excuse me, but if the matrix is this: >> A = [-1 2 3;4 -5 6;7 8 -9] A = -1 2 3 4 -5 6 7 ...
10 years 前 | 0
提问
How in Matlab?
How to set up a program that introduces a square matrix of numbers from the fourth line? The program should be replaced first po...
10 years 前 | 2 个回答 | 0