Write a function that accepts a variable number of input

Assignment Help Computer Engineering
Reference no: EM132158914

Use Matlab

Write a function that accepts a variable number of input values and returns the sorted values as an array. The function will be called, for example, like this: b = msort(2,1,4,3) and will return a vector b=[1 2 3 4]

The function should have the following features:

a) Help text, including H1 (first line)

b) The function should sort in ascending order

c) Optionally include a string parameter ‘d' or ‘D' to change the sort order to descending. It should be placed as the last argument to the function, i.e., b=msort(2,1,4,3,'d') returns [4 3 2 1].

d) Have an optional second return argument that includes the number of swaps made during the sort process. If no sorting is done, the number of swaps will be zero. The function is then called as [b,n] = msort(2,1,4,3); here b is assigned the sorted value as above, and n is the number of swaps that occurred during the sorting process.

e)Should work for only a single input argument, i.e., msort(3) returns 3, rather than generating an error.

f) Issue an error if anything other than a number or ‘d' or ‘D' is sent as an argument.

Reference no: EM132158914

Questions Cloud

Write an app that inputs five numbers : Use a one-dimensional array to solve the following problem: Write an app that inputs five numbers, each of which is between 10 and 100, inclusive.
What happens when you try to compute larger fibonacci : What happens when you try to compute larger fibonacci numbers? Why? Indicate the answer in a comment in your code.
What will the account balance be at that point : You intend to retire right when you turn 62 years old. At that point you estimate that your Roth IRA (Individual Retirement Account) will be worth $425,000.
Significant evidence to conclude that the strategy : If 18 of the 300 shoppers are found to engage in shoplifting, is there significant evidence to conclude that the strategy is working?
Write a function that accepts a variable number of input : Write a function that accepts a variable number of input values and returns the sorted values as an array.
Average change in temperature : What is the critical value of a 2-tailed dependent sample t-test examining the average change in temperature of several similar mugs of coffee before and after
Write code in java language and show all lines of code : Use a for loop to sum a series of integers. It must sum every fourth integer from 3 to 23. Please show all lines of code. Write code in Java language.
Confidence interval for percentage of all auto accidents : Construct the? 95% confidence interval for the percentage of all auto accidents that involve teenage drivers.
What are the real options available to the company : According to the authors of "Value Creation at Anheuser-Busch", what are the real options available to the company specifically or to the industry in general

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd