how do I substitute the values inside the vector?
1 次查看(过去 30 天)
显示 更早的评论
If you have a vector x = [1.92 , 0.05 , -2.43 , -0.02, 0.09, 0.85 , 0.06, -0.05, 0.3214, 25, 1 ,5 ,10 , 0.0125 , 100 ] do the following:
a. Replace any value between 1 and 4 with zero
b. Multiply any negative value with -1
c. Add 100 for the number that larger than or equal 5
d. Subtract 50 for the number that are smaller than 5
2 个评论
回答(1 个)
Sarthak
2023-2-9
Hi,
You can look up to “Logical Indexing” section in the following documentation:
Try applying the same concept and try the questions then.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!