Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S SMLM Spacetime Resolution
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Note: The default ITS GitLab runner is a shared resource and is subject to slowdowns during heavy usage.
You can run your own GitLab runner that is dedicated just to your group if you need to avoid processing delays.

  • Veatch LabVeatch Lab
  • SMLM Spacetime Resolution
  • Issues
  • #10
Closed
Open
Issue created Mar 08, 2022 by Thomas Rogers Shaw@shawtrOwner

Option to return spacewin as output arg from spacewin_gui

I think this would work as follows (pseudocode):

function [varargout] = spacewin_gui(W,NmVal)

if numel(varargout) > 0
    if NmVal.FigHandle
        varargout{1} = fig;
    else
        uiwait(close_button); % wait until the "close" button is pressed. Or "done" or something.
        varargout{1} = spacewin;
        delete(fig);
    end
end
Edited Mar 08, 2022 by Thomas Rogers Shaw
Assignee
Assign to
Time tracking