Hi there!
I define the string for callback uicontrol like this:
K=1;
callbackStr = ['struktur(' K ')'];
h = uicontrol(h_fig, ...
'style', 'pushbutton', ...
'Units', 'char', ...
'position', pos, ...
'string', char(187), ...
Hello everyone,
I try to take my graphical plot to be pasted in PowerPoint or CorelDraw. I only know the method of screenshot, but the result isn't satisfying. The graphic becomes unclear (not sharp).
How do you cope with this?
Thanks,
Dina Wiranita
Is it possible to write codes in Matlab with OO-Concept as in Java? If yes, how do you define class, interface, abstract, inheritance, and so on?
Had anyone ever written it?
Thanks in advance.