For my assignment report I wanted to save my scope reuslt in eps format. Upon searching on internet, I found a code which I thought would enable me to edit my scope display.
Code is as follow.
shh = get(0,'ShowHiddenHandles'); set(0,'ShowHiddenHandles','On'); set(gcf,'menubar','figure'); set(gcf,'CloseRequestFcn','closereq'); set(gcf,'DefaultLineClipping','Off'); set(0,'ShowHiddenHandles',shh);
Upon entering this code, now I have lost my Legend from scope. No matter what I try, I cant get it back. The code above must have disabled it. So please help me out if you know the correct code to enable it back.