GetSelectedDataFrom​Table

function [data,cell_indexes] = GetSelectedDataFromTable(tbl_name,[hfig])

You are now following this Submission

function [data,cell_indexes] = GetSelectedDataFromTable(tbl_name,varargin)
% [data,cell_indexes] = GetSelectedDataFromTable(tbl_name(char/handle_uitable),[hfig])
% Syntax: GetSelectedDataFromTable(tbl_tag_name(char),hfig)
% GetSelectedDataFromTable(tbl_handle(handle_uitable))
% Returns: data - cell column of selected results as chars
% cell_indexes - index of the selected data in the table (1 based not 0 based)
%

Cite As

Gil Levi (2026). GetSelectedDataFromTable (https://www.mathworks.com/matlabcentral/fileexchange/70325-getselecteddatafromtable), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0