Question: So in my Matlab code, I have a varible with an array of numbers ( toolsSelect = [5,7,8,9,13] ). This array is based on items
So in my Matlab code, I have a varible with an array of numbers ( toolsSelect = [5,7,8,9,13] ). This array is based on items selected from a listdlg box and there are 16 items. My job is to find which numbers(tools) from 1-16, are not in the array, and spit them back into their array( toolsAvailable = [ ] ). The numbers in toolsSelect are not constant and will change everytime the code is ran.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
