subject

Write a user-defined function, with two input augments (a, b) and two output arguments (max1, max2) such that max1 is the maximum element of the first two rows of matrix a, and max2 is the maximum element of the last two columns of matrix b.
use a = [ 3 4 6; 2 8 5 ; 2 7 9 ] and b = [ 6 0 4; 4 1 3 ; 9 2 5 ] to test your function and show the results.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:20
Write a program that prompts the user to input a string. the program then uses the function substr to remove all the vowels from the string. for example, if str = "there", then after removing all the vowels, str = "thr". after removing all the vowels, output the string. your program must contain a function to remove all the vowels and a function to determine whether a character is a vowel.
Answers: 2
question
Computers and Technology, 23.06.2019 22:50
What is an rss reader used for? for creating a user account on a social new site
Answers: 2
question
Computers and Technology, 25.06.2019 13:30
Peripherals can be used to output information. true or false
Answers: 1
question
Computers and Technology, 25.06.2019 20:30
Iam doing microsoft excel 2016 project, i need with doing the formula for % of grand total? i need what formula i should use and how you cam up with that formula. step by step .
Answers: 2
You know the right answer?
Write a user-defined function, with two input augments (a, b) and two output arguments (max1, max2)...
Questions