Community Profile

photo

Ciara Gornoski


2018년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


Using nested loops, write a Matlab program that goes through all elements of a matrix (2D array) and replaces every element that is either a multiple of 5 or 7 with -1.
This is what I have so far... A=input('enter an array'); num_rows = size(A,1); num_cols = size(A,2); f...

대략 6년 전 | 답변 수: 1 | 0

1

답변