Question: GNU OCTAVE ONLY PLEASE,ALSO ONLY USE QUEUE,DEQUEUE ONLY!!! PRETTY URGENT ALSO :( GNU Octave Only 1. Write a function that takes two arrays which are

 GNU OCTAVE ONLY PLEASE,ALSO ONLY USE QUEUE,DEQUEUE ONLY!!! PRETTY URGENT ALSO GNU OCTAVE ONLY PLEASE,ALSO ONLY USE QUEUE,DEQUEUE ONLY!!! PRETTY URGENT ALSO :(

GNU Octave Only 1. Write a function that takes two arrays which are already ordered (in ascending order) and creates a new ordered array by merging these two arrays Use ONLY queue functions for numeric arrays (enqueue or dequeue) to do this! Note: In your code you are not allowed to use any of the sorting algorithms studied in this class. You will not get no point if you use them for this question!!!!! You may use que Example: Input arrays: X= 1 3 4 8 8 11 y = 2 7 15 20 Output array: 1 2 3 4 7 8 | 11 15 20 ALSO TEST YOUR FUNCTION WITH THE Input arrays x and y (the result should be the "Output array" above) and for each test, take a screenshot of your OCTAVE, MATLAB or OCTAVE ONLINE screen and include it in your answer. NO SCREENSHOT = 0 marks for this

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!