Closed geez0x1 closed 7 years ago
This still crashes for me:
================================================================================
Error occurred in dataSheetGeneratorTest/testTorqueSpeedCurve and it did not run to completion.
--------------
Error Details:
--------------
Error using inputcheck>LocalCheckOption (line 347)
Illegal option '-bestfit' given.
Error in inputcheck (line 86)
opIndex = LocalCheckOption( cur_arg, options );
Error in print (line 153)
[pj, devices, options ] = inputcheck( pj, inputargs{:} );
Error in printpdf (line 87)
print('-bestfit','-dpdf',outfilename,varargin{:});
Error in dataSheetGenerator/makeDataSheetPlots (line 945)
printpdf(gcf,this.torqueSpeedFName,['-r',num2str(this.plotResolution)])
Error in dataSheetGenerator/createDataSheet (line 860)
this.makeDataSheetPlots;
Error in dataSheetGeneratorTest>testTorqueSpeedCurve (line 140)
dsg.createDataSheet;
================================================================================
.
Done dataSheetGeneratorTest