subject

This activity uses a 3rd party app Though your actity maybe necorded, a refresh may be required to update the banner to the left. Assign middleElement with the element inthe center of squareArray. Assume squareAmay is always an n x n array, where n is odd. Hint elementindex should be rounded to an integer.
Ex: If squareArray is [1, 2, 3:4, 5, 6:7,8, 9]. then middleElement is 5.
1 function middleElement = FindMiddle(squareArray)
2 % FindMiddle: Return the element in the center of squareArray
3 % Inputs: squareArray - n x n input array, where n is odd
4 %
5 % Outputs: selectedData - center element of squareArray
6
7 % Assign elementIndex with location of middle row/col
8 % Hint: Use the size() function to deterimine the dimension of squareArray
9 elementIndex = size(squareArray)
10
11 % Assign middleElement with the center element of squareArray
12 middleElement = squareArray(elementIndex)
13 end
14

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:10
This program reads a file called 'test.txt'. you are required to write two functions that build a wordlist out of all of the words found in the file and print all of the unique words found in the file. remove punctuations using 'string.punctuation' and 'strip()' before adding words to the wordlist. write a function build_wordlist() that takes a 'file pointer' as an argument and reads the contents, builds the wordlist after removing punctuations, and then returns the wordlist. another function find_unique() will take this wordlist as a parameter and return another wordlist comprising of all unique words found in the wordlist. example: contents of 'test.txt': test file another line in the test file output: ['another', 'file', 'in', 'line', 'test', 'the']
Answers: 1
question
Computers and Technology, 22.06.2019 19:10
What a backup plan that you have created in a event you encounter a situation
Answers: 2
question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. what does it indicate when a website displays https instead of http? a. the website is secure. b. there is no secure sockets layer. c. the secure sockets layer is hidden. d. the website is not secure.
Answers: 1
question
Computers and Technology, 24.06.2019 02:00
How are we able to create photographs differently than 100 years ago? explain your answer in relation to your photograph you selected.
Answers: 1
You know the right answer?
This activity uses a 3rd party app Though your actity maybe necorded, a refresh may be required to u...
Questions
question
Mathematics, 19.02.2021 20:10
question
Mathematics, 19.02.2021 20:10
question
Mathematics, 19.02.2021 20:10
question
Mathematics, 19.02.2021 20:10
question
Mathematics, 19.02.2021 20:10
question
Mathematics, 19.02.2021 20:10
Questions on the website: 13722363