Replace values at certain positions (positions given in an array, as well as new values)

95 views (last 30 days)
Hello, my problem is the following: I have a Matrix A with a lot of data and some values need to be replaced. I have two additional arrays, one which leads to the positions in A where the new value belongs, and one which contains the new value for the position in A. Can someone help me? Thanks in advance

Accepted Answer

Adam
Adam on 11 Aug 2017
Edited: Adam on 11 Aug 2017
A(B) = C;
should work if B are the locations and C the values, provided they are the same length and contain valid indices and all the usual constraints.
  4 Comments
Joel Bly
Joel Bly on 11 Apr 2019
you could have just helped me out or answering the question up top. instead of writing this. that wasn't helpful either. my question is the same. I want to change the value of numbers or text in certain position. indexing doesn't actually work when you have huge data with some values in different places that you want to keep. that's why it's not helpful.
Adam
Adam on 12 Apr 2019
My response is still the same! My answer answered the question that was asked. That was its only purpose. If your question were the same then so would the answer be. Since you haven't given an example I don't understand what aspect of your question is different to the original question which was trivial, hence why the answer was trivial.
If you open a question thread then you will likely attract answers from a much wider range of people. Most people other than me won't read this thread and I don't understand your question.
You can keep telling people they are unhelpful as much as you like, but if you are unhelpful in not giving clear details of your own question people are not mind readers.

Sign in to comment.

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!