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

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'.

 Accepted 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).

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!