% host is a cell array, 1st element is the hostname string host = system('hostname'); printf('Hello world from %s\n', host{1}); A = [1 3 5; 2 5 1; 2 3 8] inv(A) det(A)