Showing posts with label initial arrangements. Show all posts
Showing posts with label initial arrangements. Show all posts

Saturday, August 10, 2013

Initial Arrangement Example in Matlab

str2=input('','s');<br /> if strmatch('do the arrangements\n',str2)<br /> <br />     disp('Yes Sir')<br /> end<br /> <br /> <br /> cd 'path'<br /> winopen('path');<br /> fprintf('Welcome to Matlab, Mr. 'name'\nCurrent Directory is rearranged, and the mlbe file is opened.\n');<br /> <br /> str1=input('','s');<br /> if strmatch('thanks',str1)<br...
Read More