Code covered by the BSD License
% We test. We get an array of strings. function [mat string] = textxx1(justtake) justtake = justtake + 5; mat = [4 4; 3 3] string = 'hello hello' end
Contact us