You are on page 1of 1

clc

clear all

A = [1 3 5];
B = [10 9 8];

maxAB = max(A,B)

You might also like