How to replace values in a matrix with another set of values
Show older comments
Hi,
I have a 91282 x 1 matrix and I want to replace the specific values 59688:60003 (n=315) with another set of 315 numbers (a 315 x 1 matrix) in those exact places. What is the best way of doing this? Thanks!
Accepted Answer
More Answers (1)
Image Analyst
on 18 Oct 2018
0 votes
You can use the intlut() function.
Categories
Find more on Numeric Types in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!