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

Answers (1)

cd=cdt

1 Comment

+1 :-) Surpringly easy, but exhaustively correct.
Perhaps the question concerns a part of the matrix only. Then:
cd(1:6144) = cdt(1:6144);

Sign in to comment.

Categories

Asked:

on 23 Mar 2017

Commented:

Jan
on 23 Mar 2017

Community Treasure Hunt

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

Start Hunting!