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