I have a really frustrating problem with Matlab. I want to convert a Matlab plot into an eps file. It has always worked fine, last time about half an hour ago, but now it seems to not work anymore. Whenever I type in the command:
print -depsc filename.eps
Matlab says:
Error using validateHandleToPrint (line 26)
No Figure to print.
Error in validate (line 17)
pj = validateHandleToPrint(pj);
Error in print (line 201)
pj = validate( pj );