Textbooks.elsevier.com - tools for all your teaching needs.

17) Write a function that prompts the user for a value of an integer n, and returns a vector of values from 1 to n. The function should error-check to make sure that the user enters an integer. No input arguments are passed to this function. promptNVec.m. function outvec = promptNVec % This function prompts … ................
................