Question
I want to know which is the most efficient way to set a lot of matrix values to zero. I currently have a 90x90x7613 matrix with several numbers inside that should be set to zero (note: not all of them). The values that should be set two zero are stored inside a vector. My current approach is this: for i=1:length(vec) matrix(matrix==vec(i))=0; end Is there a more efficient way to do it ?
Expert Answer
John Williams
PhD Expert
Answered Aug 24, 2026
matrix(ismember(matrix, vec)) = 0
100% Run Guarantee
3-Hour Fast-Track Delivery
Need a Custom Version or Complete Simulation for This Problem?
Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.
Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here
Related matrix Questions & Solutions
Browse All →
Explore similar technical troubleshooting questions and verified MATLAB solutions:
Ready-to-Run MATLAB & Simulink Projects
Browse All Projects →