geez0x1 / CompliantJointToolbox

Compliant Joint Toolbox (CJT) for MATLAB and Simulink
GNU General Public License v3.0
38 stars 14 forks source link

Missing printpdf function in dataSheetGenerator #11

Closed geez0x1 closed 8 years ago

geez0x1 commented 8 years ago
>> d.createDataSheet
Undefined function or variable 'printpdf'.

Error in dataSheetGenerator/makeDataSheetPlots (line 521)
            printpdf(gcf,this.torqueSpeedFName,['-r',num2str(this.plotResolution)])

Error in dataSheetGenerator/createDataSheet (line 436)
            this.makeDataSheetPlots;
joernmalzahn commented 8 years ago

Fixed.