Re: why runcpf is valid only for case 9

2020-09-07 Thread Kaled Zareer
By using results = runcpf('case39', 'case39target'), I obtain the following error: Error using loadcase (line 190)loadcase: specified case not in MATLAB's search path Error in runcpf (line 286)    mpct = loadcase(targetcasedata); Any suggestions, please. Thank you  Khaled On Monday, Septemb

Re: why runcpf is valid only for case 9

2020-09-07 Thread Ray Daniel Zimmerman
I agree this is confusing. It turns out that runcpf() really should always require two input arguments, the base case and the target case. And it should always throw an error (with a clear error message) if the latter is not provided. Instead, currently, it provides 'case9target' as a default va