Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: uchen
  • Content: Threads
  • Order by date
  1. uchen

    A Problem with Callback for uicontrol

    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), ...
  2. uchen

    Graphic Shot, Graphic Taking, HOW?

    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
  3. uchen

    object oriented

    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.

Part and Inventory Search

Back
Top