Who even knows at this point
This commit is contained in:
@@ -27,7 +27,7 @@ userInputs=cell2mat(strcat( 'ExpZone:',num2str(expN), '; LeftPercent',answer(1),
|
||||
|
||||
%********************11111111111111111111111111111111111111111****************************************************************************************************************
|
||||
%Interaction Printout for Positive (longer L interaction values) Non-Adjusted for Ref std and curve fit boundaries
|
||||
fid = fopen(intLfilename1,'w');
|
||||
fid=fopen(intLfilename1,'w');
|
||||
ln=1;
|
||||
fprintf(fid,'%d\t',ln);
|
||||
fprintf(fid,'%s\userInputs',strcat('AggrevatingInteractionResults for User Input: ',userInputs));
|
||||
@@ -63,7 +63,7 @@ end
|
||||
fclose(fid)
|
||||
%********************222222222222222222222222222222222222222222222****************************************************************************************************************
|
||||
%Interaction Printout for Negative (shorter L interaction values) Non-Adjusted for Ref std and curve fit boundaries
|
||||
fid = fopen(intLfilename2,'w');
|
||||
fid=fopen(intLfilename2,'w');
|
||||
ln=1;
|
||||
fprintf(fid,'%d\t',ln);
|
||||
fprintf(fid,'%s\userInputs',strcat('AlleviatingInteractionResults for User Input: ',userInputs)); %fprintf(fid,'%s\userInputs',userInputs);
|
||||
@@ -96,7 +96,7 @@ end
|
||||
fclose(fid)
|
||||
%********************3333333333333333333333333333333333333333333333****************************************************************************************************************
|
||||
%Interaction Printout for Positive (longer L interaction values) "ADJUSTED" for Ref std and curve fit boundaries
|
||||
fid = fopen(intLfilename3,'w');
|
||||
fid=fopen(intLfilename3,'w');
|
||||
ln=1;
|
||||
fprintf(fid,'%d\t',ln);
|
||||
fprintf(fid,'%s\userInputs',strcat('Adjusted AggrevatingInteractionResults for User Input: ',userInputs));
|
||||
@@ -128,7 +128,7 @@ fclose(fid)
|
||||
|
||||
%********************44444444444444444444444444444444444444444444****************************************************************************************************************%Interaction Printout for Negative (shorter L interaction values) Non-Adjusted for Ref std and curve fit boundaries
|
||||
|
||||
fid = fopen(intLfilename4,'w');
|
||||
fid=fopen(intLfilename4,'w');
|
||||
ln=1;
|
||||
fprintf(fid,'%d\t',ln);
|
||||
fprintf(fid,'%s\userInputs',strcat('AlleviatingInteractionResults for User Input: ',userInputs)); %fprintf(fid,'%s\userInputs',userInputs);
|
||||
|
||||
Reference in New Issue
Block a user