strcat to sprintf
This commit is contained in:
@@ -39,14 +39,14 @@ for iPlate=1:length(scLst)
|
||||
catch
|
||||
end
|
||||
hold on;
|
||||
title(strcat(filenameNoExt,''));
|
||||
title(filenameNoExt); % this didn't make sense so changed
|
||||
xlabel('Hours');
|
||||
ylabel('Intensities Normalized by Area');
|
||||
grid on;
|
||||
if (exist('K','var')&& exist('r','var') && exist('l','var'))
|
||||
plot(t, Growth,'b-');
|
||||
% Plot L on curvefit figure
|
||||
grL=Growth(round(l)); %growthCurve timePT for l in hours
|
||||
grL=Growth(round(l)); % growthCurve timePT for l in hours
|
||||
plot(l,0:grL,'-b') % to display position of l
|
||||
plot(l,grL,'^b') % to display l position on curve as an arrowhead
|
||||
|
||||
|
||||
Reference in New Issue
Block a user