i=readfis('ohs.fis'); a=input('management= '); b=input('education= '); c=input('awareness= '); d=input('ohsorientation= '); e=input('emergency= '); f=input('follow= '); g=input('employeepart= '); h=input('communication= '); j=evalfis([a b c d e f g h],i); disp(['ohs=: ',num2str(j)]);