필터 지우기
필터 지우기

how to chage/replace the one matrix value into another matrix value

조회 수: 1 (최근 30일)
vasantha malairamar
vasantha malairamar 2017년 3월 23일
댓글: Jan 2017년 3월 23일
for it=1:6144
cd(it)=cdt(it);
end

답변 (1개)

KSSV
KSSV 2017년 3월 23일
  댓글 수: 1
Jan
Jan 2017년 3월 23일
+1 :-) Surpringly easy, but exhaustively correct.
Perhaps the question concerns a part of the matrix only. Then:
cd(1:6144) = cdt(1:6144);

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by