a=input('Zadej a= '); b=input('Zadej b= '); if a>b c=a; else c=b; end disp(['Vetsi z cisel ' num2str(a) ' a ' num2str(b) ' je ' num2str(c)])