Hi
I am planning a simple experiment in MATLAB. I need to print a colored text on the screen, inverted. I found the function
text(0.6,0.5,'red','rotation',180,'fontsize',50,'color','k')
But I want to get rid of the axis (x and y), I want just the text to be presented in the center of the screen..
any ideas would be appriciated.
ariel
1 Answer