GetSelectedDataFrom​Table

Version 1.0.0 (1.65 KB) by Gil Levi
function [data,cell_indexes] = GetSelectedDataFromTable(tbl_name,[hfig])
31 Downloads
Updated 18 Feb 2019

View License

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://in.mathworks.com/matlabcentral/fileexchange/70325-getselecteddatafromtable), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2018b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Tables in Help Center and MATLAB Answers
Version Published Release Notes
1.0.0