MATLAB: Using creditscorecard Objects: Where can I download CreditCardData.mat

Financial Toolbox

I am trying to work through http://www.mathworks.com/help/finance/creditscorecard-object.html. Unfortunately CreditCardData.mat is not provided. I have tried to use other data, but I only get errors, including: Undefined function or variable 'creditscorecard'.

Best Answer

You may already have it. In the Command Window or your script file, type:
which CreditCardData.mat
It should return the full path in the Command Window (or in a variable if you use the function form of which and request output).
Related Question