Initial Arrangements in Matlab

Posted by Admin On Thursday, February 14, 2013 0 comments



str2=input('','s');
if strmatch('do the arrangements\n',str2)

    disp('Yes Sir')
end


cd 'path'
winopen('path');
fprintf('Welcome to Matlab, Mr. 'name'\nCurrent Directory is rearranged, and the mlbe file is opened.\n');

str1=input('','s');
if strmatch('thanks',str1)
    disp('You are Welcome');
    clear;
end

0 comments:

Post a Comment