AnyWave Documentation
MATLAB get_props
Initializing search
    • Home
      • Overview
      • Basic features
      • Montages
      • Markers
      • FreeSurfer Reconstruction
      • Overview
        • GUI usage
        • Command line
        • Overview
        • Command line
        • Overview
        • Graphs
        • Command line
        • Overview
        • Command line
      • Append files
      • Export Data
      • File exporter
      • Write MATLAB plugins
      • anywave() API function
      • MATLAB init
      • MATLAB get_markers
      • MATLAB send_markers
      • MATLAB send_message
      • MATLAB get_props
      • MATLAB change_sig_prop
      • MATLAB debug
      • MATLAB run
      • BIDS Pipeline compatibility
      • get_data (MATLAB & Python)
      • Write a Python plugin
      • Python API package
      • Python debug
      • Python debug (low level)
      • Python get_data
      • Python get_markers
      • Python init
      • Python send_markers
      • Python send_message
      • Python change_sig_prop
      • Python ica_command
      • CLI
      • List of commands
    • Changelog

    MATLAB get_props

    function main(varargin)
    anywave('init', varargin);
    settings = anywave('get_props');
    % settings is equilavent to args variable which is created after init is called.
    
    Made with Material for MkDocs