Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started