CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: KORKIS2

Search: Search took 0.04 seconds.

  1. I am trying to Copy/paste one workspace variable from one to another in matlab

    I have the Workspace variable BatteryDischargeCalc and I am trying to copy it into T.

    This was my attempt.
    T=BatteryDischargeCalc;
    It works in the command but not in the editor.
    Does anyone...
  2. Replies
    9
    Views
    2,942

    Re: Matlab

    Yes....I have been searching google for quite some time.
    I finally figured it out this morning.
    Its changing the way the data is saved in the work space before passing it to the GUI using the...
  3. Replies
    9
    Views
    2,942

    Re: Matlab

    % --- Executes on button press in pushbutton4.
    function pushbutton4_Callback(hObject, eventdata, handles)
    % hObject handle to pushbutton4 (see GCBO)
    % eventdata reserved - to be defined in a...
  4. Replies
    9
    Views
    2,942

    Re: Matlab

    % --- Executes on button press in pushbutton4.
    function pushbutton4_Callback(hObject, eventdata, handles)
    % hObject handle to pushbutton4 (see GCBO)
    % eventdata reserved - to be defined in a...
  5. Replies
    9
    Views
    2,942

    Re: Matlab

    This is a GUI. It is just a simple toggle button however I have a couple hundred lines of code.
    Is the code wrong any other suggestions. I think the data might be in the wrong format in the array....
  6. Replies
    9
    Views
    2,942

    Re: Matlab

    35181

    I somehow uploaded the wrong picture this is the table I was talking about!
  7. Replies
    9
    Views
    2,942

    [RESOLVED] Matlab

    35183
    I have a Gui with a table in it.
    When a press a button it should fill the able with the results from an array in the workspace!


    BatteryDischargeCalc = assign(handles.uitable5,'data')...
  8. Replies
    0
    Views
    6,905

    matlab copying arrays

    The easiest way to put it is I need to copy paste a 100 by 4 array from workspace into another 100 by 4 array in workspace!!

    I created an array called Bat that is 100 by 4 and stored it in my...
Results 1 to 8 of 9





Click Here to Expand Forum to Full Width

Featured